]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-105936: Properly update closure cells for `__setattr__` and `__delattr__...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 12 Apr 2026 21:45:43 +0000 (23:45 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2026 21:45:43 +0000 (21:45 +0000)
commit942d3024b399425c53d60c86f456a274522ac58f
tree7933a232bff246e41e971eb43a9ef43d200e903b
parent7ecd85c03219650c30d91d48e5a4a7fcb040148b
[3.14] gh-105936: Properly update closure cells for `__setattr__` and `__delattr__` in frozen dataclasses with slots (GH-144021) (#148469)

gh-105936: Properly update closure cells for `__setattr__` and `__delattr__` in frozen dataclasses with slots (GH-144021)
(cherry picked from commit 8a398bfbbc6769f6cabb3177702e7a506e203d61)

Co-authored-by: Prometheus3375 <prometheus3375@gmail.com>
Co-authored-by: Sviataslau <35541026+Prometheus3375@users.noreply.github.com>
Lib/dataclasses.py
Lib/test/test_dataclasses/__init__.py
Misc/NEWS.d/next/Library/2026-01-19-21-23-18.gh-issue-105936.dGrzjM.rst [new file with mode: 0644]