STINNER Victor added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28114>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to