]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 4 Jul 2017 04:55:45 +0000 (07:55 +0300)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2017 04:55:45 +0000 (07:55 +0300)
commit1a3bc5546aa27f01426ad76618a9b2c3b698ae68
tree40ddc1d65316a424ff81b500e1376bb4b778871c
parent0b1210739d12c26e4a161ffd494bd572d49b2483
[3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2557)

(cherry picked from commit 8a8d28501fc8ce25926d168f1c657656c809fd4c)
Lib/os.py
Lib/test/test_os.py
Misc/ACKS
Misc/NEWS.d/next/Library/2017-06-29-14-25-14.bpo-30441.3Wh9kc.rst [new file with mode: 0644]