]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- AssertionPool now stores the traceback indicating
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Mar 2011 16:30:54 +0000 (12:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Mar 2011 16:30:54 +0000 (12:30 -0400)
commit218c3cb365e7354a312bc3e24e1cb21a2487459c
tree0a96a04800026db85839eb04fae51907aa1c2783
parent90aa366fb3731892fd75455c81cdcc9e11268130
- AssertionPool now stores the traceback indicating
where the currently checked out connection was
acquired; this traceback is reported within
the assertion raised upon a second concurrent
checkout; courtesy Gunnlaugur Briem
[ticket:2103]
CHANGES
lib/sqlalchemy/pool.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/langhelpers.py