Message 267342 - Python tracker

Message267342

Author doko
Recipients Arfrever, barry, doko, larry, ncoghlan, rkuska, sYnfo, wscullin
Date 2016-06-04.23:13:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465082008.93.0.693726910055.issue23968@psf.upfronthosting.co.za>
In-reply-to
Content
attaching an updated patch. besides renaming of the platform directory, the following changes are made:

 - it makes the name of the internal _sysconfigdata module dependent
   on the abiflags
 - it moves the _sysconfigdata module into the platform directory.
   This address as well #22724, it should address #18083 as well,
   provided that some multiarch tuples for solaris are defined.
 - it fixes regeneration of the Python modules from C headers for
   cross builds.
 - it introduces a sys.implementation._multiarch attribute to construct
   the name of the platform directory without having the
   _sysconfigdata module available (which now is located in the platform
   dir)

One outstanding issue probably is the generation of the platform directory in the source tree, not in the build tree (but this is existing behaviour).

This should address #12619 (this patch probably needs an update),
History
Date User Action Args
2016-06-04 23:13:29dokosetrecipients: + doko, barry, ncoghlan, larry, Arfrever, sYnfo, rkuska, wscullin
2016-06-04 23:13:28dokosetmessageid: <1465082008.93.0.693726910055.issue23968@psf.upfronthosting.co.za>
2016-06-04 23:13:28dokolinkissue23968 messages
2016-06-04 23:13:28dokocreate