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 pitrou
Recipients Arfrever, alex, doko, jdemeyer, pitrou, python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2020-05-12.16:29:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589300997.93.0.127031479487.issue22079@roundup.psfhosted.org>
In-reply-to
Content
The workaround that Cython had to added for this (temporarily enable Py_TPFLAGS_HEAPTYPE when calling PyType_Ready()) is fragile. It would be nice to rethink the approach here, or disable the check altogether.

(or perhaps, expose another C API function - such as PyType_ReadyEx() - that allows disabling the check)
History
Date User Action Args
2020-05-12 16:29:57pitrousetrecipients: + pitrou, doko, vstinner, Arfrever, alex, python-dev, serhiy.storchaka, jdemeyer, xiang.zhang
2020-05-12 16:29:57pitrousetmessageid: <1589300997.93.0.127031479487.issue22079@roundup.psfhosted.org>
2020-05-12 16:29:57pitroulinkissue22079 messages
2020-05-12 16:29:57pitroucreate