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 vstinner
Recipients pythonhacker, vstinner
Date 2015-03-23.09:24:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427102644.17.0.225801486105.issue23746@psf.upfronthosting.co.za>
In-reply-to
Content
IMO it's more a documentation issue than a bug.

sysconfig.is_python_build() returns True when Python is run from its source code directory. For example, I compiled Python in ~/prog/python/default.

~/prog/python/default/python returns True.

I installed python to /opt/py35/bin/python: it returns False.
History
Date User Action Args
2015-03-23 09:24:04vstinnersetrecipients: + vstinner, pythonhacker
2015-03-23 09:24:04vstinnersetmessageid: <1427102644.17.0.225801486105.issue23746@psf.upfronthosting.co.za>
2015-03-23 09:24:04vstinnerlinkissue23746 messages
2015-03-23 09:24:04vstinnercreate