]> granicus.if.org Git - python/commit
Patch #661760: Cygwin auto-import module patch
authorJason Tishler <jason@tishler.net>
Mon, 6 Jan 2003 12:41:26 +0000 (12:41 +0000)
committerJason Tishler <jason@tishler.net>
Mon, 6 Jan 2003 12:41:26 +0000 (12:41 +0000)
commitfb8595df4f9583ab9e83826cd782e0c18ba9cffa
treefb178c5308b141f5285fd5b0bb560da02ee8c64c
parentf2128b004c5cac7ae8766329b061867de6fb6093
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.
Include/pyport.h
Modules/_hotshot.c
Modules/_randommodule.c
Modules/_tkinter.c
Modules/arraymodule.c
Modules/bz2module.c
Modules/cPickle.c
Modules/socketmodule.c