Message392048
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. |
|
Date |
User |
Action |
Args |
2021-04-27 08:58:32 | erlendaasland | set | recipients:
+ erlendaasland, vstinner, christian.heimes, serhiy.storchaka, pablogsal, shreyanavigyan |
2021-04-27 08:58:32 | erlendaasland | set | messageid: <1619513912.66.0.158738133905.issue43916@roundup.psfhosted.org> |
2021-04-27 08:58:32 | erlendaasland | link | issue43916 messages |
2021-04-27 08:58:32 | erlendaasland | create | |
|