]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ensure we check for boolean condition when we inspect __exit__()
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Jul 2017 16:13:05 +0000 (12:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Jul 2017 16:31:44 +0000 (12:31 -0400)
commit7d4005156b5a48989dae7c4424faafc03cc8410d
treeadae4cdfa14c25d1563f7ad1fb561a62f814bfd1
parent8d4a4049f4b210637ff403aa77f871788ba94b28
Ensure we check for boolean condition when we inspect __exit__()

Fixed issue in testing fixtures which was incompatible with a change
made as of Python 3.6.2 involving context managers.

Change-Id: I0f12aa6cc15cba89153f7e4888ac347e7ce599c7
Fixes: #4034
doc/build/changelog/unreleased_10/4034.rst [new file with mode: 0644]
lib/sqlalchemy/testing/util.py