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 Michael.Felt
Recipients David.Edelsohn, Michael.Felt, aixtools@gmail.com, eric.araujo, ericvw, haubi, larry, martin.panter, pelson, pitrou, python-dev
Date 2017-01-13.23:38:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484350720.43.0.419881553959.issue18235@psf.upfronthosting.co.za>
In-reply-to
Content
I did not go through a whole build process.

Changing:


    if _PYTHON_BUILD:
        vars['BLDSHARED'] = vars['LDSHARED']
to

    if _PYTHON_BUILD:
        vars['LDSHARED'] = vars['BLDSHARED']

is not going to help if both variables are wrong in _sysconfigdata*.py

Also,

The patch is not applied in any version - yet the values in _sysconfigdata*.py are different, i.e., version dependent (without the patch).

If I errored in my assumption that the file being patched is reading _sysconfigdata*.py then I will need to patch and build from scratch to see the effect on _sysconfigdata.py
History
Date User Action Args
2017-01-13 23:38:40Michael.Feltsetrecipients: + Michael.Felt, pitrou, larry, eric.araujo, ericvw, haubi, python-dev, martin.panter, pelson, David.Edelsohn, aixtools@gmail.com
2017-01-13 23:38:40Michael.Feltsetmessageid: <1484350720.43.0.419881553959.issue18235@psf.upfronthosting.co.za>
2017-01-13 23:38:40Michael.Feltlinkissue18235 messages
2017-01-13 23:38:40Michael.Feltcreate