]> 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:55:16 +0000 (23:55 +0200)
commita93d18357f7080b8e52f4e02983b6e50e33212ed
tree00ba501fc825654a0f3200b0358a5cc1d07bb8c3
parent2e9902a34fafff0ac6d6c521a86c7dea3d96a392
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
doc/build/changelog/unreleased_20/12802.rst [new file with mode: 0644]
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py