]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#123991)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Dec 2024 16:17:25 +0000 (17:17 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Dec 2024 16:17:25 +0000 (17:17 +0100)
commitae3f347dc08af1125e33b122ae663fa538bbf016
treef8bfbb3dcf83bdd342585617ac593abb83050ea8
parenta63e06d95b452222a6bffc9f87f2d67e98cd6562
[3.13] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#123991)

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]