[issue10764] sysconfig and alternative implementations

Amaury Forgeot d'Arc report at bugs.python.org
Mon Dec 27 02:46:29 CET 2010


Amaury Forgeot d'Arc <amauryfa at 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 _sysconfig module?). This would even work on non-posix platforms.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list