[issue10764] sysconfig and alternative implementations

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: This was fixed in python 3 (see issue9878) and it's too late for 2.7. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue10764] sysconfig and alternative implementations

2014-10-04 Thread Francis MB
Francis MB added the comment: Is this issue superseded and duplicated as stated in the history? Thanks in advance! -- nosy: +francismb type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10764

[issue10764] sysconfig and alternative implementations

2011-02-23 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: duplicate - superseder: Avoid parsing pyconfig.h and Makefile by autogenerating extension module - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10764

[issue10764] sysconfig and alternative implementations

2010-12-28 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I suggest this bug is superseded by #9878. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10764 ___

[issue10764] sysconfig and alternative implementations

2010-12-28 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Indeed -- resolution: - duplicate status: open - closed superseder: - Avoid parsing pyconfig.h and Makefile by autogenerating extension module ___ Python tracker rep...@bugs.python.org

[issue10764] sysconfig and alternative implementations

2010-12-28 Thread Michael Foord
Michael Foord mich...@voidspace.org.uk added the comment: No, issue 9878 can't be implemented for Python 2.7 whereas the issues other implementations have with sysconfig *could* still be resolved in 2.7 as a bugfix. (Specifically for IronPython on Mac OS X it would mean not assuming that

[issue10764] sysconfig and alternative implementations

2010-12-27 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10764 ___

[issue10764] sysconfig and alternative implementations

2010-12-27 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: Yes that's what we said we would do, and was the second step after the extraction of sysconfig from distutils. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10764

[issue10764] sysconfig and alternative implementations

2010-12-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: PyPy has exactly the same issue. PyPy's workaround is to have a custom version of sysconfig.py, but this is really a hack. If these config_vars are really determined at compile time, IMO they should be built in the interpreter (in a

[issue10764] sysconfig and alternative implementations

2010-12-23 Thread Michael Foord
New submission from Michael Foord mich...@voidspace.org.uk: sysconfig assumes there will be a makefile if the platform is posix, which isn't always true. For example IronPython on Mac OS X with mono. This leads to a traceback on startup with IronPython 2.7: $ ipy27 Traceback (most recent call