Thanks to visit codestin.com Credit goes to github.com
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 7274858 commit c31b0f7Copy full SHA for c31b0f7
2 files changed
Doc/c-api/gcsupport.rst
@@ -18,6 +18,7 @@ include the :const:`Py_TPFLAGS_HAVE_GC` and provide an implementation of the
18
19
20
.. data:: Py_TPFLAGS_HAVE_GC
21
+ :noindex:
22
23
Objects with a type with this flag set must conform with the rules documented
24
here. For convenience these objects will be referred to as container objects.
Doc/c-api/index.rst
@@ -24,4 +24,4 @@ document the API functions in detail.
concrete.rst
25
init.rst
26
memory.rst
27
- newtypes.rst
+ objimpl.rst
0 commit comments