]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Mar 2024 10:57:45 +0000 (11:57 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 10:57:45 +0000 (11:57 +0100)
commit299b6d06e8848e021e5c617597c222cfded92fce
tree94c33c0827fab9577265ae76052173e1b6722aca
parentb23fae3ab926a3209de07ea5eb60e7d8f063a672
[3.11] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870) (GH-116979)

(cherry picked from commit a22d05f04c074dbb4f71e7837f54c0bb693db75d)

Co-authored-by: Aviel Boag <avboag@gmail.com>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Carl Meyer <carl@oddbird.net>
Lib/dataclasses.py
Lib/test/test_dataclasses/__init__.py
Misc/NEWS.d/next/Library/2023-06-16-19-17-06.gh-issue-105866.0NBveV.rst [new file with mode: 0644]