Guido van Rossum <gu...@python.org> added the comment:

Here's a hack that uses goto instead of recursion to restore the original 
behavior, less the stack overflow.  With this, hammer_dict_switchinterval.py 
loops forever (which is I think what it's supposed to do if RuntimeError is 
never raised).

----------
keywords: +patch
Added file: http://bugs.python.org/file25093/dictobject.c.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14417>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to