• Jason Tishler's avatar
    Patch #661760: Cygwin auto-import module patch · fb8595df
    Jason Tishler yazdı
    The attached patch enables shared extension
    modules to build cleanly under Cygwin without
    moving the static initialization of certain function
    pointers (i.e., ones exported from the Python
    DLL core) to a module initialization function.
    
    Additionally, this patch fixes the modules that
    have been changed in the past to accommodate
    Cygwin.
    fb8595df
socketmodule.c 92.5 KB