]> granicus.if.org Git - python/commit
Close #14205: dict lookup raises a RuntimeError if the dict is modified during
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Mar 2012 00:03:13 +0000 (01:03 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Mar 2012 00:03:13 +0000 (01:03 +0100)
commit198b291df7ae66d507849d92ddb6588a630fb71c
tree9f168ad6e96b6bc9c372dedddafe1f07973c0999
parentb2c7cca0cfda2836ff4ef222bb23ff07a79600fd
Close #14205: dict lookup raises a RuntimeError if the dict is modified during
a lookup.

"if you want to make a sandbox on top of CPython, you have to fix segfaults"
so let's fix segfaults!
Lib/test/crashers/nasty_eq_vs_dict.py [deleted file]
Lib/test/test_dict.py
Lib/test/test_mutants.py [deleted file]
Misc/NEWS
Objects/dictobject.c