From 9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 28 Sep 2014 00:00:58 +0300 Subject: Revert #22251 --- Doc/extending/newtypes.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'Doc/extending') diff --git a/Doc/extending/newtypes.rst b/Doc/extending/newtypes.rst index 2dfcdc0f31..45b57211b6 100644 --- a/Doc/extending/newtypes.rst +++ b/Doc/extending/newtypes.rst @@ -983,7 +983,6 @@ done. This can be done using the :c:func:`PyErr_Fetch` and } .. note:: - There are limitations to what you can safely do in a deallocator function. First, if your type supports garbage collection (using :c:member:`~PyTypeObject.tp_traverse` and/or :c:member:`~PyTypeObject.tp_clear`), some of the object's members can have been @@ -998,7 +997,6 @@ done. This can be done using the :c:func:`PyErr_Fetch` and :c:member:`~PyTypeObject.tp_finalize` type method. .. seealso:: - :pep:`442` explains the new finalization scheme. .. index:: -- cgit v1.2.1