[issue14417] dict RuntimeError workaround

Nick Coghlan report at bugs.python.org
Mon Apr 2 01:01:13 CEST 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

A thought prompted by Raymond's comment: did we ever try just protecting
the retry as a recursive call? If we can stop the stack blowing up, it
seems to me we'd get the best of both worlds (that is, crashes become
RuntimeError, but naive multi-threaded code is unaffected).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14417>
_______________________________________


More information about the Python-bugs-list mailing list