]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added a mutex to QueuePool's "overflow" calculation to prevent a race
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jun 2007 01:14:15 +0000 (01:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jun 2007 01:14:15 +0000 (01:14 +0000)
commitde61eb3509e572436670cc2b4a4759cd27afc7af
tree902b52a2bcd2796330a951ec0a0520dd1707ed4f
parentabd257eb8c9f77adb9624742cdba68dcd2250115
- added a mutex to QueuePool's "overflow" calculation to prevent a race
condition that can bypass max_overflow; merged from 0.4 branch r2736-2738.
also made the locking logic simpler, tried to get the test to create a
failure on OSX (not successful)
CHANGES
lib/sqlalchemy/pool.py
test/engine/pool.py