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 christian.heimes, erlendaasland, pablogsal, serhiy.storchaka, shreyanavigyan, vstinner
Date 2021-04-27.08:36:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619512612.6.0.626640459957.issue43916@roundup.psfhosted.org>
In-reply-to
Content
Alternatively we can make PyType_FromSpec() setting tp_new to NULL if there is explicit {Py_tp_new, NULL} in slots.
History
Date User Action Args
2021-04-27 08:36:52serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, christian.heimes, pablogsal, erlendaasland, shreyanavigyan
2021-04-27 08:36:52serhiy.storchakasetmessageid: <1619512612.6.0.626640459957.issue43916@roundup.psfhosted.org>
2021-04-27 08:36:52serhiy.storchakalinkissue43916 messages
2021-04-27 08:36:52serhiy.storchakacreate