[issue21272] use _sysconfigdata to itinialize distutils.sysconfig

2017-01-23 Thread Martin Panter
Changes by Martin Panter : -- versions: +Python 3.6 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21272] use _sysconfigdata to itinialize distutils.sysconfig

2016-06-04 Thread Matthias Klose
Changes by Matthias Klose : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue21272] use _sysconfigdata to itinialize distutils.sysconfig

2016-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3fa8aebed636 by doko in branch 'default': - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig. https://hg.python.org/cpython/rev/3fa8aebed636 -- nosy: +python-dev ___ Python tracker <

[issue21272] use _sysconfigdata to itinialize distutils.sysconfig

2014-06-03 Thread Michael Haubenwallner
Changes by Michael Haubenwallner : -- nosy: +haubi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue21272] use _sysconfigdata to itinialize distutils.sysconfig

2014-04-17 Thread Éric Araujo
Éric Araujo added the comment: doko’s patch is actually conservative, not changing the query functions of distutils.sysconfig but only the _init_posix function, which just defines a global dict. It looks quite safe to me. -- ___ Python tracker

[issue21272] use _sysconfigdata to itinialize distutils.sysconfig

2014-04-17 Thread Éric Araujo
Éric Araujo added the comment: Sure. The API is slightly different, but the data should be the same, so this can be done. -- components: +Distutils -Library (Lib) title: use _sysconfigdata.py in distutils.sysconfig to initialize distutils.sysconfig -> use _sysconfigdata to itinialize