File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The C API is divided into three sections:
9
9
underscore is also considered private.
10
10
2. The public C API, available when ``Python.h `` is included normally.
11
11
Ideally declared in ``Include/cpython/ ``.
12
- 3. The Limited API, available with :c:macro: ` Py_LIMITED_API ` defined.
12
+ 3. The Limited API, available with `` Py_LIMITED_API ` ` defined.
13
13
Ideally declared directly under ``Include/ ``.
14
14
15
15
Each section has higher stability & maintenance requirements, and you will
@@ -92,7 +92,7 @@ Limited API
92
92
93
93
The Limited API is a subset of the C API designed to guarantee ABI
94
94
stability across Python 3 versions.
95
- Defining the macro :c:macro: ` Py_LIMITED_API ` will limit the exposed API to
95
+ Defining the macro `` Py_LIMITED_API ` ` will limit the exposed API to
96
96
this subset.
97
97
98
98
No changes that break the Stable ABI are allowed.
You can’t perform that action at this time.
0 commit comments