From 1c0689c613b61c8944456e78c5b592e3aaa40aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 3 Jan 2014 21:36:49 +0100 Subject: Issue #19526: Exclude all new API from the stable ABI. --- Include/pythonrun.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Include/pythonrun.h') diff --git a/Include/pythonrun.h b/Include/pythonrun.h index c364947685..2fc5578f04 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h @@ -155,10 +155,12 @@ PyAPI_FUNC(struct symtable *) Py_SymtableString( const char *str, const char *filename, /* decoded from the filesystem encoding */ int start); +#ifndef Py_LIMITED_API PyAPI_FUNC(struct symtable *) Py_SymtableStringObject( const char *str, PyObject *filename, int start); +#endif PyAPI_FUNC(void) PyErr_Print(void); PyAPI_FUNC(void) PyErr_PrintEx(int); -- cgit v1.2.1