[issue31471] assertion failure in subprocess.Popen() in case the env arg has a bad keys() method

Serhiy Storchaka report at bugs.python.org
Fri Sep 15 03:20:13 EDT 2017


Serhiy Storchaka added the comment:


New changeset c7f165fe652651c32833245fc902c790a4f173fa by Serhiy Storchaka (Oren Milman) in branch '2.7':
[2.7] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) (#3595)
https://github.com/python/cpython/commit/c7f165fe652651c32833245fc902c790a4f173fa


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31471>
_______________________________________


More information about the Python-bugs-list mailing list