File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ the same library that the Python runtime is using.
353353 executed, it is passed as ``PyCompilerFlags *flags ``. In this case, ``from
354354 __future__ import `` can modify *flags *.
355355
356- Whenever ``PyCompilerFlags *flags `` is ``NULL ``, :member: `cf_flags ` is treated as
356+ Whenever ``PyCompilerFlags *flags `` is ``NULL ``, :c: member: `cf_flags ` is treated as
357357 equal to ``0 ``, and any modification due to ``from __future__ import `` is
358358 discarded.
359359
Original file line number Diff line number Diff line change 33# Keep lines sorted lexicographically to help avoid merge conflicts.
44
55Doc/c-api/allocation.rst
6- Doc/c-api/apiabiversion.rst
76Doc/c-api/bool.rst
87Doc/c-api/buffer.rst
9- Doc/c-api/bytes.rst
108Doc/c-api/capsule.rst
11- Doc/c-api/cell.rst
12- Doc/c-api/code.rst
139Doc/c-api/complex.rst
1410Doc/c-api/conversion.rst
1511Doc/c-api/datetime.rst
@@ -22,7 +18,6 @@ Doc/c-api/import.rst
2218Doc/c-api/init.rst
2319Doc/c-api/init_config.rst
2420Doc/c-api/intro.rst
25- Doc/c-api/iterator.rst
2621Doc/c-api/memory.rst
2722Doc/c-api/memoryview.rst
2823Doc/c-api/module.rst
@@ -32,9 +27,7 @@ Doc/c-api/set.rst
3227Doc/c-api/stable.rst
3328Doc/c-api/structures.rst
3429Doc/c-api/sys.rst
35- Doc/c-api/tuple.rst
3630Doc/c-api/type.rst
37- Doc/c-api/typehints.rst
3831Doc/c-api/typeobj.rst
3932Doc/c-api/unicode.rst
4033Doc/c-api/veryhigh.rst
You can’t perform that action at this time.
0 commit comments