[issue20213] Change the install location of _sysconfigdata.py

2014-02-13 Thread Thomas Petazzoni
Thomas Petazzoni added the comment: The patch is not working as it should be, so I withdraw it for the moment. -- status: open -> closed ___ Python tracker ___ __

[issue20213] Change the install location of _sysconfigdata.py

2014-01-09 Thread Thomas Petazzoni
New submission from Thomas Petazzoni: The _sysconfigdata.py module contains definitions that are needed when building Python modules. In cross-compilation mode, when building Python extensions for the target, we need to use the _sysconfigdata.py of the target Python while executing the host Py