]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
a missing cursor.close() here caused a *huge* amount of weird locking issues with...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Aug 2013 17:27:30 +0000 (13:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Aug 2013 17:27:30 +0000 (13:27 -0400)
commit58b4b8890786b4684fdff217b2ce7fd89b0bf113
treea27e7d437a589673c8dfe51084dd97eb7ab3fcd6
parent31ec1fc85eda517c2bc70fd4c9bbd4d51a2546a6
a missing cursor.close()  here caused a *huge* amount of weird locking issues with pypy,
what is strange is how it only occurred in some very specific places under very
particular conditions, perhaps it has to do with whether or not this cursor gets
gc'ed or not.
lib/sqlalchemy/engine/default.py