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 f6602f9 commit 55b4771Copy full SHA for 55b4771
Doc/c-api/gcsupport.rst
@@ -66,6 +66,9 @@ Constructors for container types must conform to two rules:
66
A macro version of :c:func:`PyObject_GC_Track`. It should not be used for
67
extension modules.
68
69
+ .. deprecated:: 3.6
70
+ This macro is removed from Python 3.8.
71
+
72
Similarly, the deallocator for the object must conform to a similar pair of
73
rules:
74
@@ -95,6 +98,9 @@ rules:
95
98
A macro version of :c:func:`PyObject_GC_UnTrack`. It should not be used for
96
99
97
100
101
102
103
104
The :c:member:`~PyTypeObject.tp_traverse` handler accepts a function parameter of this type:
105
106
0 commit comments