File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -976,7 +976,7 @@ Build and C API Changes
976
976
977
977
* ``Include/*.h `` should be the portable public stable C API.
978
978
* ``Include/cpython/*.h `` should be the unstable C API specific to CPython;
979
- public API, with some private API prefixed by ``_Py `` or ``_PY ``.
979
+ public API, with some private API prefixed by ``_Py `` or ``_PY ``.
980
980
* ``Include/internal/*.h `` is the private internal C API very specific to
981
981
CPython. This API comes with no backward compatibility warranty and should
982
982
not be used outside CPython. It is only exposed for very specific needs
@@ -1001,6 +1001,7 @@ Build and C API Changes
1001
1001
* The :c:func: `PyByteArray_Init ` and :c:func: `PyByteArray_Fini ` functions have
1002
1002
been removed. They did nothing since Python 2.7.4 and Python 3.2.0, were
1003
1003
excluded from the limited API (stable ABI), and were not documented.
1004
+ (Contributed by Victor Stinner in :issue: `32980 `.)
1004
1005
1005
1006
* The result of :c:func: `PyExceptionClass_Name ` is now of type
1006
1007
``const char * `` rather of ``char * ``.
You can’t perform that action at this time.
0 commit comments