diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-01-18 17:35:44 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-01-18 17:35:44 -0500 |
commit | d4d9a6524886eb33644e8ce42212267fa569e555 (patch) | |
tree | a0c6b35b7073975204e8534d4724539a4178f89f /test/sql/test_compiler.py | |
parent | b985483c594c463c02045dd7bbaf10e8b1e83d8c (diff) | |
download | sqlalchemy-d4d9a6524886eb33644e8ce42212267fa569e555.tar.gz |
- 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
Diffstat (limited to 'test/sql/test_compiler.py')
0 files changed, 0 insertions, 0 deletions