[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The "lightweight named tuple" used when a :class:
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-05-14 23:23:30
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/64c1f2e56888/ Changeset: 64c1f2e56888 Branch: None User: zzzeek Date: 2015-05-14 23:22:53+00:00 Summary: - The "lightweight named tuple" used when a :class:`.Query` returns rows failed to implement ``__slots__`` correctly such that it still had a ``__dict__``. This is resolved, but in the extremely unlikely case someone was assigning values to the returned tuples, that will no longer work. fixes #3420 Affected #: 2 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. |