]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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 10:44:15 +0000 (12:44 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2024 10:44:15 +0000 (10:44 +0000)
commit12db938d4361597f02b11c0c41f680281109f998
treed292daa8e920e5c881e0b7291e71226af11c743b
parente3d8ccc89dbaa090ca642630b81d993f2c61ae0e
[3.12] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (GH-123342) (#123569)

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