]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where some exception re-raise scenarios would attach
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Jan 2016 22:35:44 +0000 (17:35 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Jan 2016 22:35:44 +0000 (17:35 -0500)
commitd4d9a6524886eb33644e8ce42212267fa569e555
treea0c6b35b7073975204e8534d4724539a4178f89f
parentb985483c594c463c02045dd7bbaf10e8b1e83d8c
- Fixed bug where some exception re-raise scenarios would attach
the exception to itself as the "cause"; while the Python 3 interpreter
is OK with this, it could cause endless loops in iPython.
fixes #3625
- add tests for reraise, raise_from_cause
- raise_from_cause is the same on py2k/3k, use just one function
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/util/compat.py
test/base/test_utils.py