mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
DL_IMPORT macro was called in a funny way (and MW barfed on it)
This commit is contained in:
parent
d39f5f6453
commit
5dbc7231a0
2 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ typedef struct {
|
|||
PyObject *ob_item[1];
|
||||
} PyTupleObject;
|
||||
|
||||
extern DL_IMPORT(PyTypeObject) PyTuple_Type;
|
||||
extern DL_IMPORT PyTypeObject PyTuple_Type;
|
||||
|
||||
#define PyTuple_Check(op) ((op)->ob_type == &PyTuple_Type)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue