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:56:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505418996.74.0.491348269372.issue31471@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset f135f62cfd1529cbb9326e53728a22afd05b6bc3 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
[3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) (#3584)
https://github.com/python/cpython/commit/f135f62cfd1529cbb9326e53728a22afd05b6bc3
History
Date User Action Args
2017-09-14 19:56:36serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Oren Milman
2017-09-14 19:56:36serhiy.storchakasetmessageid: <1505418996.74.0.491348269372.issue31471@psf.upfronthosting.co.za>
2017-09-14 19:56:36serhiy.storchakalinkissue31471 messages
2017-09-14 19:56:36serhiy.storchakacreate