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 petr.viktorin
Date 2015-06-01.13:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433166074.58.0.387309124026.issue24345@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 442 added the tp_finalize member for objects, but there's no corresponding Py_tp_finalize slot. This means that types defined using PyType_FromSpec (and in particular, extensions using the stable ABI) can't take advantage of the new GC finalization mechanism.
History
Date User Action Args
2015-06-01 13:41:14petr.viktorinsetrecipients: + petr.viktorin
2015-06-01 13:41:14petr.viktorinsetmessageid: <1433166074.58.0.387309124026.issue24345@psf.upfronthosting.co.za>
2015-06-01 13:41:14petr.viktorinlinkissue24345 messages
2015-06-01 13:41:14petr.viktorincreate