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 petr.viktorin
Recipients Christian.Tismer, Dormouse759, docs@python, loewis, ncoghlan, petr.viktorin, serhiy.storchaka
Date 2018-09-13.23:27:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536881251.45.0.956365154283.issue26979@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks! I think that explains enough of the issue.

Converting static types to heap ones is just one way you can use PyType_Spec. Another is writing new types, which should work much like Python classes.

So I don't think we should change the default, but rather document the use case. I'd rather update the docs after GH-9154 is merged, so this is blocked now.
 
I'll also try making an explicit `{Py_tp_dealloc, NULL}` override the inherited value, as per Serhiy's suggestion. But it'll only go to 3.8, so it won't help PySide now.
History
Date User Action Args
2018-09-13 23:27:31petr.viktorinsetrecipients: + petr.viktorin, loewis, ncoghlan, docs@python, serhiy.storchaka, Christian.Tismer, Dormouse759
2018-09-13 23:27:31petr.viktorinsetmessageid: <1536881251.45.0.956365154283.issue26979@psf.upfronthosting.co.za>
2018-09-13 23:27:31petr.viktorinlinkissue26979 messages
2018-09-13 23:27:31petr.viktorincreate