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 cgohlke, eryksun, ezio.melotti, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-13.10:04:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473761055.98.0.464396060015.issue28114@psf.upfronthosting.co.za>
In-reply-to
Content
> parse_envlist is calling PyUnicode_FromFormat with the format "%U=%U", but passing it bytes:

Ah, it's a regression introduced by the issue #27781 with the change e20c7d8a8187: parse_envlist() was modified to first call PyUnicode_FromFormat("%U=%U") and then convert.
History
Date User Action Args
2016-09-13 10:04:16vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ezio.melotti, cgohlke, zach.ware, serhiy.storchaka, eryksun, steve.dower
2016-09-13 10:04:15vstinnersetmessageid: <1473761055.98.0.464396060015.issue28114@psf.upfronthosting.co.za>
2016-09-13 10:04:15vstinnerlinkissue28114 messages
2016-09-13 10:04:15vstinnercreate