This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rliebscher
Recipients
Date 2001-02-22.15:54:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The patch from 1.37->1.38 went too far, as it assigns
the cygwinccompiler class as default for Pythons built
with cygwin.
You can use cygwin in this case as normal UNIX-like compiler. (cygwinccompiler needs some work to handle the
differences in Cygwin- and MSVC-Python. Makefile and
config files are currently ignored by cygwinccompiler, 
as it was written to support cygwin for extensions
which are intended to be used with the standard MSVC built Python.)
History
Date User Action Args
2007-08-23 15:03:57adminlinkissue403947 messages
2007-08-23 15:03:57admincreate