]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105936: Properly update closure cells for `__setattr__` and `__delattr__` in froze...
authorSviataslau <35541026+Prometheus3375@users.noreply.github.com>
Sun, 12 Apr 2026 21:12:19 +0000 (00:12 +0300)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2026 21:12:19 +0000 (14:12 -0700)
commit8a398bfbbc6769f6cabb3177702e7a506e203d61
tree5d0254cef31d2bfcab45d8e3b3b7cf1f3f46f0c0
parent63492628bef6b21b13d9a36c5dac8d8872f7d42e
gh-105936: Properly update closure cells for `__setattr__` and `__delattr__` in frozen dataclasses with slots (GH-144021)
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]