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 martin.panter
Recipients David.Edelsohn, Michael.Felt, eric.araujo, haubi, larry, martin.panter, pelson, pitrou, python-dev
Date 2016-10-14.23:23:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476487405.79.0.520118321388.issue18235@psf.upfronthosting.co.za>
In-reply-to
Content
This is my understanding:

We are talking about the code at <https://hg.python.org/cpython/annotate/v3.6.0b2/Lib/sysconfig.py#l377> that switches the values of LDSHARED and/or BLDSHARED.

Yes, Michael H. was suggesting to both move and change (revert) back to overwriting LDSHARED with the value of BLDSHARED. Since he is moving the code into _init_posix(), which I think only gets called at run time, the state of _PYTHON_BUILD won’t affect the value of LDSHARED saved in the installed config file.
History
Date User Action Args
2016-10-14 23:23:25martin.pantersetrecipients: + martin.panter, pitrou, larry, eric.araujo, haubi, python-dev, pelson, David.Edelsohn, Michael.Felt
2016-10-14 23:23:25martin.pantersetmessageid: <1476487405.79.0.520118321388.issue18235@psf.upfronthosting.co.za>
2016-10-14 23:23:25martin.panterlinkissue18235 messages
2016-10-14 23:23:25martin.pantercreate