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 pablogsal
Recipients erlendaasland, pablogsal, serhiy.storchaka, shreyanavigyan, vstinner
Date 2021-04-26.13:36:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619444195.95.0.590439835873.issue43916@roundup.psfhosted.org>
In-reply-to
Content
> Is there any way we can fix this in Objects/typeobject.c, or do we actually have to patch every single type manually?

That would be probably a bad idea since typeobject.c is supposed to be generic. We would be inverting the responsibility concerns to the base.
History
Date User Action Args
2021-04-26 13:36:35pablogsalsetrecipients: + pablogsal, vstinner, serhiy.storchaka, erlendaasland, shreyanavigyan
2021-04-26 13:36:35pablogsalsetmessageid: <1619444195.95.0.590439835873.issue43916@roundup.psfhosted.org>
2021-04-26 13:36:35pablogsallinkissue43916 messages
2021-04-26 13:36:35pablogsalcreate