[Python-Dev] [Python-checkins] cpython: Close #14205: dict lookup raises a RuntimeError if the dict is modified during
Nick Coghlan
ncoghlan at gmail.com
Sat Mar 10 16:13:43 CET 2012
On Sat, Mar 10, 2012 at 8:27 AM, Victor Stinner
<victor.stinner at gmail.com> wrote:
> I ran all these tests, none is still crashing. I don't think that it is
> interesting to keep them.
Indeed, please add them all back as regular parts of the test suite -
this ensures that not only are they fixed now, but they never break
again due to other changes.
Feel free to create a dedicated "test_fixed_crashers.py" to explain
the origins of a fairly eclectic group of tests.
Regards,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list