[issue23746] sysconfg.is_python_build() is buggy

STINNER Victor report at bugs.python.org
Mon Mar 23 10:24:04 CET 2015


STINNER Victor added the comment:

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.

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23746>
_______________________________________


More information about the Python-bugs-list mailing list