]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90562: Support zero argument super with dataclasses when slots=True (gh-124455)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 25 Sep 2024 01:26:26 +0000 (21:26 -0400)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2024 01:26:26 +0000 (21:26 -0400)
commit5c6e3b715082bfccd0b4cf2bb1c18e8b1afcad3e
tree46169863ff13d793cb260b3d187a5b41c871071d
parentb6471f4a391e9d3c8e1b244c56a4cc25974632c9
gh-90562: Support zero argument super with dataclasses when slots=True (gh-124455)

Co-authored-by: @wookie184
Co-authored-by: Carl Meyer <carl@oddbird.net>
Doc/library/dataclasses.rst
Lib/dataclasses.py
Lib/test/test_dataclasses/__init__.py
Misc/NEWS.d/next/Library/2024-09-23-18-26-17.gh-issue-90562.Yj566G.rst [new file with mode: 0644]