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 erlendaasland, pablogsal, serhiy.storchaka, shreyanavigyan, vstinner
Date 2021-04-26.13:38:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619444320.29.0.0532134817094.issue43916@roundup.psfhosted.org>
In-reply-to
Content
I afraid that changing the corresponding code in Objects/typeobject.c will break existing user code. For now, it is safer to patch every single type manually. Later we can design a general solution.
History
Date User Action Args
2021-04-26 13:38:40serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, pablogsal, erlendaasland, shreyanavigyan
2021-04-26 13:38:40serhiy.storchakasetmessageid: <1619444320.29.0.0532134817094.issue43916@roundup.psfhosted.org>
2021-04-26 13:38:40serhiy.storchakalinkissue43916 messages
2021-04-26 13:38:40serhiy.storchakacreate