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 ned.deily
Recipients benjamin.peterson, georg.brandl, larry, ned.deily, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2017-07-08.04:51:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499489500.79.0.271437009141.issue30730@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset a9b16cff35811f88cdfeb4f50758140dfff36ebc by Ned Deily (Serhiy Storchaka) in branch '3.6':
[3.6] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2360)
https://github.com/python/cpython/commit/a9b16cff35811f88cdfeb4f50758140dfff36ebc

New changeset d1d65015fca44b8d1f0b1df78694310270f03a6d by Ned Deily (Serhiy Storchaka) in branch '3.6':
[3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2378)
https://github.com/python/cpython/commit/d1d65015fca44b8d1f0b1df78694310270f03a6d
History
Date User Action Args
2017-07-08 04:51:40ned.deilysetrecipients: + ned.deily, georg.brandl, paul.moore, larry, tim.golden, benjamin.peterson, zach.ware, serhiy.storchaka, steve.dower
2017-07-08 04:51:40ned.deilysetmessageid: <1499489500.79.0.271437009141.issue30730@psf.upfronthosting.co.za>
2017-07-08 04:51:40ned.deilylinkissue30730 messages
2017-07-08 04:51:40ned.deilycreate