This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients Alex.Willmer, bill9889, doko, iliis, ned.deily, steve.dower, wscullin, xdegaye
Date 2020-03-20.16:55:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584723324.29.0.944855348093.issue22699@roundup.psfhosted.org>
In-reply-to
Content
> Is that epic line automatically generated?

When cross compiling it is generated by the configure script and configure replaces the right hand side of "PYTHON_FOR_BUILD=@PYTHON_FOR_BUILD@" of Makefile.pre.in with the generated value into Makefile.pre.

I think you may be missing the point that when this 'epic line' is being used then PYTHONPATH points to the location of the sysconfig module that has been newly built for the target platform, and so the values should be correct.
History
Date User Action Args
2020-03-20 16:55:24xdegayesetrecipients: + xdegaye, doko, ned.deily, steve.dower, Alex.Willmer, bill9889, wscullin, iliis
2020-03-20 16:55:24xdegayesetmessageid: <1584723324.29.0.944855348093.issue22699@roundup.psfhosted.org>
2020-03-20 16:55:24xdegayelinkissue22699 messages
2020-03-20 16:55:24xdegayecreate