We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d3594 commit d8ab1c7Copy full SHA for d8ab1c7
Doc/c-api/lifecycle.rst
@@ -256,6 +256,8 @@ To allocate and free memory, see :ref:`allocating-objects`.
256
collection (i.e., the :c:macro:`Py_TPFLAGS_HAVE_GC` flag is set); this may
257
change in the future.
258
259
+ .. versionadded:: 3.4
260
+
261
262
.. c:function:: int PyObject_CallFinalizerFromDealloc(PyObject *op)
263
@@ -266,6 +268,8 @@ To allocate and free memory, see :ref:`allocating-objects`.
266
268
should happen. Otherwise, this function returns 0 and destruction can
267
269
continue normally.
270
271
272
273
.. seealso::
274
275
:c:member:`~PyTypeObject.tp_dealloc` for example code.
0 commit comments