[New-bugs-announce] [issue24345] Py_tp_finalize is missing

Petr Viktorin report at bugs.python.org
Mon Jun 1 15:41:14 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24345>
_______________________________________


More information about the New-bugs-announce mailing list