File tree 2 files changed +1
-8
lines changed
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.
353
353
executed, it is passed as ``PyCompilerFlags *flags ``. In this case, ``from
354
354
__future__ import `` can modify *flags *.
355
355
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
357
357
equal to ``0 ``, and any modification due to ``from __future__ import `` is
358
358
discarded.
359
359
Original file line number Diff line number Diff line change 3
3
# Keep lines sorted lexicographically to help avoid merge conflicts.
4
4
5
5
Doc/c-api/allocation.rst
6
- Doc/c-api/apiabiversion.rst
7
6
Doc/c-api/bool.rst
8
7
Doc/c-api/buffer.rst
9
- Doc/c-api/bytes.rst
10
8
Doc/c-api/capsule.rst
11
- Doc/c-api/cell.rst
12
- Doc/c-api/code.rst
13
9
Doc/c-api/complex.rst
14
10
Doc/c-api/conversion.rst
15
11
Doc/c-api/datetime.rst
@@ -22,7 +18,6 @@ Doc/c-api/import.rst
22
18
Doc/c-api/init.rst
23
19
Doc/c-api/init_config.rst
24
20
Doc/c-api/intro.rst
25
- Doc/c-api/iterator.rst
26
21
Doc/c-api/memory.rst
27
22
Doc/c-api/memoryview.rst
28
23
Doc/c-api/module.rst
@@ -32,9 +27,7 @@ Doc/c-api/set.rst
32
27
Doc/c-api/stable.rst
33
28
Doc/c-api/structures.rst
34
29
Doc/c-api/sys.rst
35
- Doc/c-api/tuple.rst
36
30
Doc/c-api/type.rst
37
- Doc/c-api/typehints.rst
38
31
Doc/c-api/typeobj.rst
39
32
Doc/c-api/unicode.rst
40
33
Doc/c-api/veryhigh.rst
You can’t perform that action at this time.
0 commit comments