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 pythonhacker
Recipients pythonhacker, vstinner
Date 2015-03-23.09:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427104207.79.0.116122625553.issue23746@psf.upfronthosting.co.za>
In-reply-to
Content
On second thoughts, why have such a function if it works correctly only when executed from source Cpython folder using source CPython executable  and not otherwise ?

Cuz if I am calling it like that I already KNOW that I am in such an environment.

Possibly this is an internal function to be used by developers to find out if they are in such an environment.

IMHO Then -> make it private (not callable outside) or drop it altogether.
History
Date User Action Args
2015-03-23 09:50:07pythonhackersetrecipients: + pythonhacker, vstinner
2015-03-23 09:50:07pythonhackersetmessageid: <1427104207.79.0.116122625553.issue23746@psf.upfronthosting.co.za>
2015-03-23 09:50:07pythonhackerlinkissue23746 messages
2015-03-23 09:50:07pythonhackercreate