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 xdegaye
Recipients Alex.Willmer, martin.panter, pitrou, xdegaye
Date 2017-10-30.11:06:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509361601.34.0.213398074469.issue31114@psf.upfronthosting.co.za>
In-reply-to
Content
Clarification about the test results:
On archlinux /bin is a symlink to /usr/bin, so on archlinux the value of sys.prefix is '/usr' instead of the expected '/'. This is because in Modules/getpath.c, 'argv0_path' is the directory of the link target when the executable location is a symbolic link.
History
Date User Action Args
2017-10-30 11:06:41xdegayesetrecipients: + xdegaye, pitrou, martin.panter, Alex.Willmer
2017-10-30 11:06:41xdegayesetmessageid: <1509361601.34.0.213398074469.issue31114@psf.upfronthosting.co.za>
2017-10-30 11:06:41xdegayelinkissue31114 messages
2017-10-30 11:06:41xdegayecreate