mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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
|
@ -30,7 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
/* Mapping object type -- mapping from hashable object to object */
|
||||
|
||||
extern typeobject Mappingtype;
|
||||
extern DL_IMPORT typeobject Mappingtype;
|
||||
|
||||
#define is_mappingobject(op) ((op)->ob_type == &Mappingtype)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue