]> granicus.if.org Git - python/commit
bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has...
authorOren Milman <orenmn@gmail.com>
Thu, 14 Sep 2017 19:30:28 +0000 (22:30 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Sep 2017 19:30:27 +0000 (22:30 +0300)
commit0b3a87ef54a0112b74e8a1d8c6f87d10db4239ab
tree626fd137e6154d665e7b0fe8e17360ad78d2ef84
parentf350a268a7071ce7d7a5bb86a9b1229782d4963b
bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (#3580)
Lib/test/test_subprocess.py
Misc/NEWS.d/next/Core and Builtins/2017-09-14-19-47-57.bpo-31471.0yiA5Q.rst [new file with mode: 0644]
Modules/_winapi.c