Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c31b0f7

Browse files
committed
Fix two oversights in C API split.
1 parent 7274858 commit c31b0f7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/c-api/gcsupport.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ include the :const:`Py_TPFLAGS_HAVE_GC` and provide an implementation of the
1818

1919

2020
.. data:: Py_TPFLAGS_HAVE_GC
21+
:noindex:
2122

2223
Objects with a type with this flag set must conform with the rules documented
2324
here. For convenience these objects will be referred to as container objects.

Doc/c-api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ document the API functions in detail.
2424
concrete.rst
2525
init.rst
2626
memory.rst
27-
newtypes.rst
27+
objimpl.rst

0 commit comments

Comments
 (0)