Message285449
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 |
|
Date |
User |
Action |
Args |
2017-01-13 23:38:40 | Michael.Felt | set | recipients:
+ Michael.Felt, pitrou, larry, eric.araujo, ericvw, haubi, python-dev, martin.panter, pelson, David.Edelsohn, aixtools@gmail.com |
2017-01-13 23:38:40 | Michael.Felt | set | messageid: <1484350720.43.0.419881553959.issue18235@psf.upfronthosting.co.za> |
2017-01-13 23:38:40 | Michael.Felt | link | issue18235 messages |
2017-01-13 23:38:40 | Michael.Felt | create | |
|