Jon wrote:
> i'm also trying to get enough background info on this one to create a
> fairly lightweight, python-only patch to the 2.7 codebase using
> something similar to the following
>
import subprocess import re output =
subprocess.check_output(['gcc', '-dumpspecs']) print
re.sea
Jon wrote:
> i'm also trying to get enough background info on this one to create a
> fairly lightweight, python-only patch to the 2.7 codebase using
> something similar to the following
>
import subprocess import re output =
subprocess.check_output(['gcc', '-dumpspecs']) print
re.sea
> >>> In order to get Python distutils fixed here:
> >>> http://bugs.python.org/issue12641
> >>>
> >>> We need to know when the -mno-cygwin option was rendered
> >>> unnecessary. The documentation conflicts itself, as explained in
> >>> the bug report. The commit removing the option is at the GCC 4
Jon wrote:
>>> In order to get Python distutils fixed here:
>>> http://bugs.python.org/issue12641
>>>
>>> We need to know when the -mno-cygwin option was rendered
>>> unnecessary. The documentation conflicts itself, as explained in
>>> the bug report. The commit removing the option is at the GCC 4.
> > In order to get Python distutils fixed here:
> > http://bugs.python.org/issue12641
> >
> > We need to know when the -mno-cygwin option was rendered unnecessary.
> > The documentation conflicts itself, as explained in the bug report.
> > The commit removing the option is at the GCC 4.4 timeframe
Ruben Van Boxem wrote:
> In order to get Python distutils fixed here:
> http://bugs.python.org/issue12641
>
> We need to know when the -mno-cygwin option was rendered unnecessary.
> The documentation conflicts itself, as explained in the bug report.
> The commit removing the option is at the GCC 4.
In order to get Python distutils fixed here:
http://bugs.python.org/issue12641
We need to know when the -mno-cygwin option was rendered unnecessary. The
documentation conflicts itself, as explained in the bug report. The commit
removing the option is at the GCC 4.4 timeframe, but the 4.6 documenta