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 ncoghlan
Recipients ncoghlan, petr.viktorin
Date 2015-06-04.08:00:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433404838.26.0.121739595039.issue24373@psf.upfronthosting.co.za>
In-reply-to
Content
Would it also be worth making at docs update to tp_dealloc, suggesting the use of tp_traverse/finalize?: https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_dealloc

And perhaps from PyType_FromSpec? https://docs.python.org/3/c-api/type.html?highlight=pytype_fromspec#c.PyType_FromSpec
History
Date User Action Args
2015-06-04 08:00:38ncoghlansetrecipients: + ncoghlan, petr.viktorin
2015-06-04 08:00:38ncoghlansetmessageid: <1433404838.26.0.121739595039.issue24373@psf.upfronthosting.co.za>
2015-06-04 08:00:38ncoghlanlinkissue24373 messages
2015-06-04 08:00:38ncoghlancreate