]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Added a boolean check for the "finalize"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 02:19:26 +0000 (21:19 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 02:19:26 +0000 (21:19 -0500)
commit5221f492ca704d75561d7729fba0fa48fd3ad0fb
tree17ac3013241a504f67fd10113f326e8df9d9b631
parent07130c7a8b5c58e744c27c7b1baabeda7034f05b
- [bug] Added a boolean check for the "finalize"
function within the pool connection proxy's
weakref callback before calling it, so that a
warning isn't emitted that this function is None
when the application is exiting and gc has
removed the function from the module before the
weakref callback was invoked.  [ticket:2383]
CHANGES
lib/sqlalchemy/pool.py