]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
restore functionality in list
authorFederico Caselli <cfederico87@gmail.com>
Thu, 14 Aug 2025 22:05:07 +0000 (00:05 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 18 Aug 2025 21:56:37 +0000 (23:56 +0200)
commit82f79155e785beed0f9b10d5722d52dc5cf2ffdf
tree08ebbb023dc561ea34181c21f8ac24900708d3d0
parent5b7fc0b2c71a7012130c7850cfba551693bacc98
restore functionality in list

Fixed issue caused by an unwanted functional change while typing
the :class:`.MutableList` class.
This change also reverts all other functional changes done in
the same change, commit ba0e508141206efc55cdab91df21c18e7dd63c80

Fixes: #12802
Change-Id: I007aa86aec881241ea42ce59d1b078cf8c6829bb
(cherry picked from commit a93d18357f7080b8e52f4e02983b6e50e33212ed)
doc/build/changelog/unreleased_20/12802.rst [new file with mode: 0644]
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py