[issue5235] distutils seems to only work with VC++ 2008 (9.0)

Martin v. Löwis report at bugs.python.org
Mon Mar 2 16:40:46 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

Whether VC++ 2008 is required very much depends on what precisely you do
in your extension. If you use a different compiler (in particular, a
different CRT), chances are fair that the resulting extension crashes
the interpreter. Users using a different compiler must understand the
issues, and understand why it is safe to use a different CRT.

Hence, I'm not sure that simplifying switching to a different compiler
is a good thing - it will likely lead to more frustration because the
resulting binaries fail in strange ways.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5235>
_______________________________________


More information about the Python-bugs-list mailing list