SIGN IN SIGN UP

OS/2 EMX port changes (Python part of patch #450267):

Python/
    dynload_shlib.c  // EMX port emulates dlopen() etc. for DL extensions
    import.c         // changes to support 8.3 DLL name limit (VACPP+EMX)
                     //  and case sensitive import semantics
    importdl.h
    thread_os2.h
A
Andrew MacIntyre committed
d940054ad4bcd39e31f6e22d0fd6f674ec4a99b3
Parent: c487439