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 Decorater, eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2017-11-25.08:50:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbV9zF-0MLja7PTGH=0s8JmvSXdEisyRO8TakpCp274DQ@mail.gmail.com>
In-reply-to <1511581539.67.0.213398074469.issue32096@psf.upfronthosting.co.za>
Content
The test calls Py_SetProgramName(). IMHO the bug is that the program name
is needed to locate the Python std lib.

I don't think that the bug is triggered by Py_DecodeLocale().
History
Date User Action Args
2017-11-25 08:50:00vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, serhiy.storchaka, Decorater
2017-11-25 08:50:00vstinnerlinkissue32096 messages
2017-11-25 08:50:00vstinnercreate