]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#123992)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Sep 2024 07:48:01 +0000 (09:48 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2024 07:48:01 +0000 (07:48 +0000)
commit9e93556f0a2370b734434c67df6541a8ec6262c9
tree01bf4c1f654244007c60160c472272e160c61d9e
parentcbfeb6a7fe89101e24ba7f61b5d42e12b79f1c9d
[3.12] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#123992)

gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941)
(cherry picked from commit ac918ccad707ab2d7dbb78a4796a7b8a874f334c)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/dataclasses.py
Lib/test/test_dataclasses/__init__.py
Misc/NEWS.d/next/Library/2024-09-11-13-33-19.gh-issue-123935.fRZ_56.rst [new file with mode: 0644]