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

Serhiy Storchaka report at bugs.python.org
Thu Sep 14 15:30:29 EDT 2017


Serhiy Storchaka added the comment:


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


----------

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


More information about the Python-bugs-list mailing list