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 vstinner
Recipients Michael.Felt, corona10, petdance, ronaldoussoren, shihai1991, vstinner
Date 2020-06-22.08:39:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592815152.94.0.0966848336498.issue40170@roundup.psfhosted.org>
In-reply-to
Content
> Py_TRASHCAN_BEGIN() access directly PyTypeObject.tp_dealloc (...) currently, PyType_GetSlot() can only be used on a heap allocated types

I created bpo-41073: [C API] PyType_GetSlot() should accept static types.
History
Date User Action Args
2020-06-22 08:39:12vstinnersetrecipients: + vstinner, ronaldoussoren, Michael.Felt, corona10, shihai1991, petdance
2020-06-22 08:39:12vstinnersetmessageid: <1592815152.94.0.0966848336498.issue40170@roundup.psfhosted.org>
2020-06-22 08:39:12vstinnerlinkissue40170 messages
2020-06-22 08:39:12vstinnercreate