]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__`...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 1 Sep 2024 15:19:56 +0000 (17:19 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2024 15:19:56 +0000 (18:19 +0300)
commitcfdf376e2a35878d48a1ad811e1664e92d6d30f1
tree10388430055e677f10e613fe50e6a6f5b1f116bf
parentb0a50a69cfef756c1b08a93fc7689e4a17451351
[3.13] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (GH-123342) (#123568)

gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (GH-123342)
(cherry picked from commit 75e72822a390df81ca11355d8e0aac88e4046c27)

Co-authored-by: sobolevn <mail@sobolevn.me>
Doc/library/dataclasses.rst
Lib/test/test_dataclasses/__init__.py