]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- dont use id() to test identity as these can be recycled
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Jun 2016 22:15:46 +0000 (18:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Jun 2016 22:16:04 +0000 (18:16 -0400)
commite4491103b7f9704df77ced19bef6eb9b7ddd33d0
tree4e7f2b07571dfb3a338df68d8076b48c7a06bf32
parent22ae6b4c9fbc5cab12b5b076392b4da4fcb4c3b0
- dont use id() to test identity as these can be recycled

Change-Id: Ie4cb4924909d55c5962f66e36cd5325e8e8f0538
(cherry picked from commit e5bdf96bc0b1503c4e4c8461748cd061f624e346)
test/engine/test_pool.py