[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 ___

[issue10764] sysconfig and alternative implementations

2011-02-23 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: duplicate -> superseder: Avoid parsing pyconfig.h and Makefile by autogenerating extension module -> ___ Python tracker ___ ___

[issue10764] sysconfig and alternative implementations

2010-12-28 Thread Michael Foord
Michael Foord 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 being on a posix platform mea

[issue10764] sysconfig and alternative implementations

2010-12-28 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Indeed -- resolution: -> duplicate status: open -> closed superseder: -> Avoid parsing pyconfig.h and Makefile by autogenerating extension module ___ Python tracker _

[issue10764] sysconfig and alternative implementations

2010-12-28 Thread Éric Araujo
Éric Araujo added the comment: I suggest this bug is superseded by #9878. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue10764] sysconfig and alternative implementations

2010-12-27 Thread Tarek Ziadé
Tarek Ziadé 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 ___

[issue10764] sysconfig and alternative implementations

2010-12-27 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue10764] sysconfig and alternative implementations

2010-12-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc 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 _sysconfig module?).

[issue10764] sysconfig and alternative implementations

2010-12-23 Thread Michael Foord
New submission from Michael Foord : 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 last): File "/Second/m