[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-01-18 22:36:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d4d9a6524886/ Changeset: d4d9a6524886 Branch: None User: zzzeek Date: 2016-01-18 22:35:44+00:00 Summary: - 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 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/23e60cd8ebc8/ Changeset: 23e60cd8ebc8 Branch: rel_1_0 User: zzzeek Date: 2016-01-18 22:36:27+00:00 Summary: - 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 (cherry picked from commit d4d9a6524886eb33644e8ce42212267fa569e555) Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |