]> granicus.if.org Git - python/commit
Removed _stringio from Windows build.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 12 Jun 2008 18:35:39 +0000 (18:35 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 12 Jun 2008 18:35:39 +0000 (18:35 +0000)
commitb1549092ea5346e49eb6f0836857858a6bbd864c
treed403a4487591eb3fa1079220ed7aec7503211ecc
parentca2d610dba5711823999c4751897160f138a7811
Removed _stringio from Windows build.

For some yet unknown reason, MSVC's linker fails to resolve
_stringio's module initializer (PyInit__stringio). This probably means
the module is not build correctly. Therefore, I am removing Windows
support temporarily until I find how to add new modules properly for
MSVC.
PC/VC6/pythoncore.dsp
PC/VS7.1/pythoncore.vcproj
PC/VS8.0/pythoncore.vcproj
PC/config.c