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 lemburg
Recipients atuining, benjamin.peterson, exarkun, lemburg, rpetrov, tarek
Date 2009-07-08.19:45:07
SpamBayes Score 8.2467905e-06
Marked as misclassified No
Message-id <4A54F742.5010609@egenix.com>
In-reply-to <1247081999.37.0.935078374151.issue6377@psf.upfronthosting.co.za>
Content
Roumen Petrov wrote:
> Roumen Petrov <bugtrack@roumenpetrov.info> added the comment:
> 
> Trunk may be is not affected. I successfully cross-compile with GNU
> compiler for windows (see issue 3871).

It is affected in the sense that .compile was changed
to .compile_obj and that change breaks 3rd party setup.py
code which uses the compiler instance to run its own
compilations or needs to tweak the setup by e.g. adding
more libs or dirs to its configuration.
History
Date User Action Args
2009-07-08 19:45:11lemburgsetrecipients: + lemburg, exarkun, atuining, benjamin.peterson, tarek, rpetrov
2009-07-08 19:45:08lemburglinkissue6377 messages
2009-07-08 19:45:08lemburgcreate