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 adriangb
Recipients JelleZijlstra, adriangb, gvanrossum, kj, lukasz.langa, uriyyo
Date 2022-03-01.06:52:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I am not sure if that solves anything (other than the fact that __new__ is much less common to implement than __init__), but I may just be slow to pick up the implications of moving the check to __new__
History
Date User Action Args
2022-03-01 06:52:43adriangbsetrecipients: + adriangb, gvanrossum, lukasz.langa, JelleZijlstra, uriyyo, kj
2022-03-01 06:52:43adriangbsetmessageid: <[email protected]>
2022-03-01 06:52:43adriangblinkissue44807 messages
2022-03-01 06:52:43adriangbcreate