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 serhiy.storchaka
Recipients mark.dickinson, pitrou, posita, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2021-09-27.12:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632744796.51.0.0294155534048.issue40346@roundup.psfhosted.org>
In-reply-to
Content
That you need to override the __new__ method? I don't know whether it is documented specially. But the constructor calls __new__() and then __init__(). If changing the argument in __init__ does not help, it is because it was already proceeded in __new__.

If you ask about changes in 3.11, it is a side effect of issue44260.
History
Date User Action Args
2021-09-27 12:13:16serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, pitrou, vstinner, posita
2021-09-27 12:13:16serhiy.storchakasetmessageid: <1632744796.51.0.0294155534048.issue40346@roundup.psfhosted.org>
2021-09-27 12:13:16serhiy.storchakalinkissue40346 messages
2021-09-27 12:13:16serhiy.storchakacreate