[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-08-14 18:41:04
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fe1a09029b6b/ Changeset: fe1a09029b6b Branch: None User: zzzeek Date: 2014-08-14 20:15:46 Summary: on second thought we need to prioritize what really needs to be here and what's just in changelog Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c0c6aaa58ad1/ Changeset: c0c6aaa58ad1 Branch: None User: zzzeek Date: 2014-08-14 20:21:03 Summary: pep8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4a4cccfee5a2/ Changeset: 4a4cccfee5a2 Branch: None User: zzzeek Date: 2014-08-14 20:40:28 Summary: - Removing (or adding) an event listener at the same time that the event is being run itself, either from inside the listener or from a concurrent thread, now raises a RuntimeError, as the collection used is now an instance of ``colletions.deque()`` and does not support changes while being iterated. Previously, a plain Python list was used where removal from inside the event itself would produce silent failures. fixes #3163 Affected #: 5 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. |