[issue26900] Exclude the private API from the stable API

Serhiy Storchaka report at bugs.python.org
Sun May 1 08:04:37 EDT 2016


Serhiy Storchaka added the comment:

Added

PyAPI_FUNC(PyObject *) _PyObject_GenericGetAttrWithDict(PyObject *, PyObject *, PyObject *);
PyAPI_FUNC(int) _PyObject_GenericSetAttrWithDict(PyObject *, PyObject *, PyObject *, PyObject *);
PyAPI_FUNC(int) _Py_fstat(int fd, struct _Py_stat_struct *status);
PyAPI_FUNC(void) _PyEval_FiniThreads(void);

----------
Added file: http://bugs.python.org/file42671/private_limited_api.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26900>
_______________________________________


More information about the Python-bugs-list mailing list