Branch: refs/heads/3.3 Home: https://github.com/python/cpython Commit: e46f1c19642ea1882f427d8246987ba49351a97d https://github.com/python/cpython/commit/e46f1c19642ea1882f427d8246987ba49351a97d Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年07月18日 (2017年7月18日) Changed paths: M Lib/subprocess.py M Lib/test/test_subprocess.py M Misc/NEWS M Modules/_winapi.c M Objects/abstract.c Log Message: ----------- [security][3.3] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2363)