Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 1a3bc5546aa27f01426ad76618a9b2c3b698ae68 https://github.com/python/cpython/commit/1a3bc5546aa27f01426ad76618a9b2c3b698ae68 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年07月04日 (2017年7月04日) Changed paths: M Lib/os.py M Lib/test/test_os.py M Misc/ACKS A Misc/NEWS.d/next/Library/2017-06-29-14-25-14.bpo-30441.3Wh9kc.rst Log Message: ----------- [3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2557) (cherry picked from commit 8a8d28501fc8ce25926d168f1c657656c809fd4c)