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 serhiy.storchaka
Recipients Oren Milman, serhiy.storchaka, vstinner
Date 2017-09-14.19:30:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505417429.95.0.558784503341.issue31471@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-09-14 19:30:29serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Oren Milman
2017-09-14 19:30:29serhiy.storchakasetmessageid: <1505417429.95.0.558784503341.issue31471@psf.upfronthosting.co.za>
2017-09-14 19:30:29serhiy.storchakalinkissue31471 messages
2017-09-14 19:30:29serhiy.storchakacreate