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-15.07:20:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505460013.29.0.819072110973.issue31471@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-09-15 07:20:13serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Oren Milman
2017-09-15 07:20:13serhiy.storchakasetmessageid: <1505460013.29.0.819072110973.issue31471@psf.upfronthosting.co.za>
2017-09-15 07:20:13serhiy.storchakalinkissue31471 messages
2017-09-15 07:20:13serhiy.storchakacreate