mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Changes for dynamic linking under NT
This commit is contained in:
parent
14aa5da824
commit
e89bc75048
21 changed files with 72 additions and 59 deletions
|
@ -57,7 +57,7 @@ typedef struct {
|
|||
#endif
|
||||
} instanceobject;
|
||||
|
||||
extern typeobject Classtype, Instancetype, Instancemethodtype;
|
||||
extern DL_IMPORT typeobject Classtype, Instancetype, Instancemethodtype;
|
||||
|
||||
#define is_classobject(op) ((op)->ob_type == &Classtype)
|
||||
#define is_instanceobject(op) ((op)->ob_type == &Instancetype)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue