mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -8,7 +8,9 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
PyAPI_FUNC(PyObject *) PySys_GetObject(const char *);
|
||||
#ifndef Py_LIMITED_API
|
||||
PyAPI_FUNC(PyObject *) _PySys_GetObjectId(_Py_Identifier *key);
|
||||
#endif
|
||||
PyAPI_FUNC(int) PySys_SetObject(const char *, PyObject *);
|
||||
PyAPI_FUNC(int) _PySys_SetObjectId(_Py_Identifier *key, PyObject *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue