]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- with 2.3 support dropped,
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Aug 2008 22:41:17 +0000 (22:41 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Aug 2008 22:41:17 +0000 (22:41 +0000)
commitcd7678a965594ff2db153a7cade0fe8555bd0d38
tree51d029be7b976c0c9da0cb0f265435b5d1caa0e9
parentc374f7b8b52b4169d41cf8d2cfe310ed5fd5f925
- with 2.3 support dropped,
all usage of thread.get_ident() is removed, and replaced
with threading.local() usage.  this allows potentially
faster and safer thread local access.
lib/sqlalchemy/pool.py
lib/sqlalchemy/util.py
test/profiling/pool.py
test/profiling/zoomark_orm.py