]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19414: Have the OrderedDict mark deleted links as unusable.
authorRaymond Hettinger <python@rcn.com>
Sun, 4 May 2014 04:58:45 +0000 (21:58 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 4 May 2014 04:58:45 +0000 (21:58 -0700)
commit53d2c41f77ab7658a1380bc304946b4920e5b49b
tree8bd81a22a224983b3376357c8afa0c6988244665
parent71ac07f8baf21bf7a116e97accc12804f1afcdd4
Issue #19414: Have the OrderedDict mark deleted links as unusable.
This gives an earlier and more visible failure if a link is deleted
during iteration.
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS