Closed GoogleCodeExporter closed 8 years ago
Doh! Still getting used to Python and its garbage collector. I altered the
function slightly to have the variable "cursor" assume a value of "None" before
the try block. This seems to have resolved the issue, presumably because it is
no longer dropping out of scope at the time the "finally" block executes.
Original comment by amsi...@gmail.com
on 8 Feb 2011 at 12:40
I'm glad you found a work around. (Actually, not just a work around - you
would need that change for memory, presumably.)
I hate to point fingers, but from the dump I'm suspecting a FreeTDS issue. I'm
going to close this for now, but please let me know if you see any new issues.
Thanks for the report.
Original comment by mkleehammer
on 28 Feb 2011 at 12:35
Original issue reported on code.google.com by
amsi...@gmail.com
on 8 Feb 2011 at 12:21Attachments: