]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- change notify to notify_all() so all waiters exit immediately,
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Jun 2012 15:15:50 +0000 (11:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Jun 2012 15:15:50 +0000 (11:15 -0400)
commit7b1a1a66cd36fdfac6541e6b771fd6c849b0bd7d
tree7e69db65936305fc9817f6e2ff4652078ce49510
parentc5f824100631b7d95727984c4ceab65b4255f7b5
- change notify to notify_all() so all waiters exit immediately,
continuing [ticket:2522]
lib/sqlalchemy/util/queue.py
test/engine/test_pool.py