[Python-checkins] [python/cpython] 1a3bc5: [3.5] bpo-30441: Fix bug when modifying os.environ...
GitHub
noreply at github.com
Tue Jul 4 00:55:47 EDT 2017
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 (Tue, 04 Jul 2017)
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)
More information about the Python-checkins
mailing list