◐ Shell
clean mode source ↗

Message 116314 - Python tracker

Message116314

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 <1284391986.25.0.675058560292.issue9807@psf.upfronthosting.co.za>
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: <1284391986.25.0.675058560292.issue9807@psf.upfronthosting.co.za>
2010-09-13 15:32:51pitroulinkissue9807 messages
2010-09-13 15:32:51pitroucreate