]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed another occasional race condition which could occur
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Aug 2007 23:57:30 +0000 (23:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Aug 2007 23:57:30 +0000 (23:57 +0000)
commita3efe722d916d66e3125ee20ad77117a1bf262f8
tree696fdd3ad1964c5f78360a8e28997ef335694194
parent16b0c038a17c88859fe65aa384163f38db314e17
- fixed another occasional race condition which could occur
when using pool with threadlocal setting
CHANGES
lib/sqlalchemy/pool.py
test/engine/pool.py