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 MicaelJarniac, docs@python, eric.smith
Date 2021-06-10.20:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623358458.22.0.520175159914.issue44365@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure directly calling __post_init__ is a good pattern. Why would not calling __init__, like you would with any other class, not be the preferred thing to do?
History
Date User Action Args
2021-06-10 20:54:18eric.smithsetrecipients: + eric.smith, docs@python, MicaelJarniac
2021-06-10 20:54:18eric.smithsetmessageid: <1623358458.22.0.520175159914.issue44365@roundup.psfhosted.org>
2021-06-10 20:54:18eric.smithlinkissue44365 messages
2021-06-10 20:54:18eric.smithcreate