[pypy-issue] [issue951] segfault in nested array/dict creation

mikefc tracker at bugs.pypy.org
Sat Dec 3 10:00:23 CET 2011


New submission from mikefc <coolbutuseless at gmail.com>:

The following segfaults on 1.7 with JIT, but not 1.6 or python2.7

[{'thing':[{'text':str(1)} for x in xrange(50)]}  for i in xrange(10000)]

----------
nosy: +mikefc
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue951>
________________________________________


More information about the pypy-issue mailing list