[issue30734] 200000 indexes crashes eval and python (without eval)

Nick Coghlan report at bugs.python.org
Sun Jun 25 23:49:19 EDT 2017


Nick Coghlan added the comment:

We have quite a few of them: https://github.com/python/cpython/tree/master/Lib/test/crashers

Python 2.7 is ancient, so our tolerance for intrusive interpreter level fixes to address rare problems that are easy to avoid at the development level is pretty low.

Fixing those kinds of problems in Python 3.x is encouraged, but still not necessarily easy.

----------

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


More information about the Python-bugs-list mailing list