]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46757: Add a test to verify dataclass's __post_init__ isn't being automatically...
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 23 Feb 2022 05:14:35 +0000 (00:14 -0500)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 05:14:35 +0000 (00:14 -0500)
commit288af845a32fd2a92e3b49738faf8f2de6a7bf7c
tree425c86776135b2f149701699f79200f764775538
parent43cf44ddcce6b225f959ea2a53e4817244ca6054
bpo-46757: Add a test to verify dataclass's __post_init__ isn't being automatically added. (GH-31523)
Lib/test/test_dataclasses.py