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 sbt
Recipients benjamin.peterson, chris.jerdonek, eric.araujo, fdrake, georg.brandl, ned.deily, python-dev, ronaldoussoren, sbt, tarek
Date 2012-07-29.12:37:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343565473.96.0.63896378213.issue15364@psf.upfronthosting.co.za>
In-reply-to
Content
> One example is 'srcdir': this value is only useful in the build tree and 
> there currently is no clean way to signal that you are retrieving a 
> value that is not useful.

In the particular case of 'srcdir', sysconfig.is_python_build() tells you whether the value is useful.

Concerns about sysconfig often returning values which are meaningless for the current configuration can be discussed in another issue.

Unless there are objections I will close.
History
Date User Action Args
2012-07-29 12:37:54sbtsetrecipients: + sbt, fdrake, georg.brandl, ronaldoussoren, benjamin.peterson, tarek, ned.deily, eric.araujo, chris.jerdonek, python-dev
2012-07-29 12:37:53sbtsetmessageid: <1343565473.96.0.63896378213.issue15364@psf.upfronthosting.co.za>
2012-07-29 12:37:53sbtlinkissue15364 messages
2012-07-29 12:37:53sbtcreate