SIGN IN SIGN UP

Patch #661760: Cygwin auto-import module patch

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.
J
Jason Tishler committed
fb8595df4f9583ab9e83826cd782e0c18ba9cffa
Parent: f2128b0