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.
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
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