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 eryksun, ezio.melotti, rushant, terry.reedy, vstinner
Date 2021-03-26.23:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616800422.4.0.793647425398.issue43576@roundup.psfhosted.org>
In-reply-to
Content
Oh, I forgot to note that Windows is not affected by this issue, since Windows provides directly environment variables as Unicode, and so Python doesn't need to decode byte strings to read os.environ['a'] ;-)
History
Date User Action Args
2021-03-26 23:13:42vstinnersetrecipients: + vstinner, terry.reedy, ezio.melotti, eryksun, rushant
2021-03-26 23:13:42vstinnersetmessageid: <1616800422.4.0.793647425398.issue43576@roundup.psfhosted.org>
2021-03-26 23:13:42vstinnerlinkissue43576 messages
2021-03-26 23:13:42vstinnercreate