[issue18235] _sysconfigdata.py wrong on AIX installations

Michael Felt report at bugs.python.org
Fri Jan 13 18:38:40 EST 2017


Michael Felt added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18235>
_______________________________________


More information about the Python-bugs-list mailing list