]> granicus.if.org Git - python/commit
[3.6] 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:32 +0000 (07:55 +0300)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2017 04:55:32 +0000 (07:55 +0300)
commitbebd2cfa5f21811dd0ee4f3b1a1b85d379b83436
treeb089cbbaf1aa59ae16419beb7523a6a57dfe1c1f
parent4132adb4b8f90893d8f19ff46edff56f189faca0
[3.6] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2556)

(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]