New submission from Petr Viktorin: 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.
---------- components: Extension Modules, Interpreter Core files: add-py-tp-finalize.patch keywords: patch messages: 244581 nosy: encukou priority: normal severity: normal status: open title: Py_tp_finalize is missing versions: Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file39585/add-py-tp-finalize.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24345> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com