mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #19526: Exclude all new API from the stable ABI.
This commit is contained in:
parent
a2924cabaf
commit
1c0689c613
14 changed files with 37 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ PyAPI_FUNC(PyObject *) PyCodec_Decode(
|
|||
const char *errors
|
||||
);
|
||||
|
||||
#ifndef PY_LIMITED_API
|
||||
#ifndef Py_LIMITED_API
|
||||
/* Text codec specific encoding and decoding API.
|
||||
|
||||
Checks the encoding against a list of codecs which do not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue