mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Add DL_IMPORT(returntype) for all officially exported functions.
This commit is contained in:
parent
b241b67b89
commit
43466ec7b0
44 changed files with 401 additions and 398 deletions
|
@ -43,4 +43,4 @@ extern DL_IMPORT(PyTypeObject) PyRange_Type;
|
|||
|
||||
#define PyRange_Check(op) ((op)->ob_type == &PyRange_Type)
|
||||
|
||||
extern PyObject *PyRange_New Py_PROTO((long, long, long, int));
|
||||
extern DL_IMPORT(PyObject *) PyRange_New Py_PROTO((long, long, long, int));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue