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 pitrou
Recipients amaury.forgeotdarc, barry, dmalcolm, doko, eric.araujo, eric.smith, fdrake, loewis, pitrou
Date 2010-09-13.15:32:51
SpamBayes Score 0.00049246644
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Is there any point in creating another extension module?
We already have Modules/getpath.c which receives various configuration values at compile-time, themselves exposed as sys.prefix and friends. The simpler the better, IMO.

sysconfig can choose to expose those sys values in a funkier format if it wishes to do so.
History
Date User Action Args
2010-09-13 15:33:06pitrousetrecipients: + pitrou, loewis, fdrake, barry, doko, amaury.forgeotdarc, eric.smith, eric.araujo, dmalcolm
2010-09-13 15:33:06pitrousetmessageid: <[email protected]>
2010-09-13 15:32:51pitroulinkissue9807 messages
2010-09-13 15:32:51pitroucreate