mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros
This commit is contained in:
parent
59aba128a5
commit
21d896cfa1
4 changed files with 5 additions and 5 deletions
|
@ -65,7 +65,7 @@ PyAPI_FUNC(int) _PyString_Eq(PyObject *, PyObject*);
|
|||
PyAPI_FUNC(PyObject *) PyString_Format(PyObject *, PyObject *);
|
||||
PyAPI_FUNC(PyObject *) _PyString_FormatLong(PyObject*, int, int,
|
||||
int, char**, int*);
|
||||
extern DL_IMPORT(PyObject *) PyString_DecodeEscape(const char *, int,
|
||||
PyAPI_FUNC(PyObject *) PyString_DecodeEscape(const char *, int,
|
||||
const char *, int,
|
||||
const char *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue