]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The "lightweight named tuple" used when a :class:`.Query` returns
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 14 May 2015 23:22:53 +0000 (19:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 14 May 2015 23:22:53 +0000 (19:22 -0400)
commit64c1f2e5688879e1cc087f4e4a893d32267fd1fb
tree83d4109aa327547cb98cdb28207860d3b04c44d4
parent4a0e51e7d2f334238d9eae6e697fed78ee54f7c2
- 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
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/util/_collections.py