Re: [Python-Dev] backporting the _sysconfigdata.py module to 2.7

2013-03-21 Thread Thomas Wouters
On Thu, Mar 21, 2013 at 10:48 PM, Benjamin Peterson wrote: > 2013/3/21 Matthias Klose : > > I'd like to backport issue13150, the _sysconfigdata.py module to 2.7. My > > motivation is not the improved startup time, but the ability to > cross-build > > extension modules using distutils/setuptools.

Re: [Python-Dev] backporting the _sysconfigdata.py module to 2.7

2013-03-21 Thread Benjamin Peterson
2013/3/21 Matthias Klose : > I'd like to backport issue13150, the _sysconfigdata.py module to 2.7. My > motivation is not the improved startup time, but the ability to cross-build > extension modules using distutils/setuptools. The basic idea is to use the > python interpreter of the build machine

[Python-Dev] backporting the _sysconfigdata.py module to 2.7

2013-03-21 Thread Matthias Klose
I'd like to backport issue13150, the _sysconfigdata.py module to 2.7. My motivation is not the improved startup time, but the ability to cross-build extension modules using distutils/setuptools. The basic idea is to use the python interpreter of the build machine (the machine you build on), and th