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 erlendaasland
Recipients christian.heimes, erlendaasland, pablogsal, serhiy.storchaka, shreyanavigyan, vstinner
Date 2021-04-27.08:58:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619513912.66.0.158738133905.issue43916@roundup.psfhosted.org>
In-reply-to
Content
For that to work, you'd have to add a flag in PyType_FromModuleAndSpec, set the flag if (slot->slot == Py_tp_new && slot->pfunc == NULL) in the slots for loop, and then reset tp_new _after_ PyType_Ready.
History
Date User Action Args
2021-04-27 08:58:32erlendaaslandsetrecipients: + erlendaasland, vstinner, christian.heimes, serhiy.storchaka, pablogsal, shreyanavigyan
2021-04-27 08:58:32erlendaaslandsetmessageid: <1619513912.66.0.158738133905.issue43916@roundup.psfhosted.org>
2021-04-27 08:58:32erlendaaslandlinkissue43916 messages
2021-04-27 08:58:32erlendaaslandcreate