This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, eric.araujo, michael.foord, tarek
Date 2010-12-27.01:46:25
SpamBayes Score 3.5655907e-05
Marked as misclassified No
Message-id <1293414389.27.0.701312525481.issue10764@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-12-27 01:46:29amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, tarek, eric.araujo, michael.foord
2010-12-27 01:46:29amaury.forgeotdarcsetmessageid: <1293414389.27.0.701312525481.issue10764@psf.upfronthosting.co.za>
2010-12-27 01:46:25amaury.forgeotdarclinkissue10764 messages
2010-12-27 01:46:25amaury.forgeotdarccreate