This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients NeilGirdhar, eric.smith, rhettinger, sobolevn, veky
Date 2022-02-23.05:14:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645593283.03.0.0383216052458.issue46757@roundup.psfhosted.org>
In-reply-to
Content
New changeset 288af845a32fd2a92e3b49738faf8f2de6a7bf7c by Eric V. Smith in branch 'main':
bpo-46757: Add a test to verify dataclass's __post_init__ isn't being automatically added. (GH-31523)
https://github.com/python/cpython/commit/288af845a32fd2a92e3b49738faf8f2de6a7bf7c
History
Date User Action Args
2022-02-23 05:14:43eric.smithsetrecipients: + eric.smith, rhettinger, NeilGirdhar, veky, sobolevn
2022-02-23 05:14:43eric.smithsetmessageid: <1645593283.03.0.0383216052458.issue46757@roundup.psfhosted.org>
2022-02-23 05:14:43eric.smithlinkissue46757 messages
2022-02-23 05:14:42eric.smithcreate