Sean added the comment:
+1 to this bug.
d526111 appears to be the offending commit
https://bitbucket.org/pypy/pypy/diff/pypy/doc/index.rst?diff2=d52661180965&at=default
--
nosy: +sc68cal
status: -> chatting
PyPy bug tracker
Sean added the comment:
Sorry - my bug appears to be a separate issue.
PyPy bug tracker
<https://bugs.pypy.org/issue1402>
___
pypy-issue mailing list
pypy
New submission from Sean :
Hi,
It appears that d52611809 broke the formatting of the index.rst page, and now a
significant number of links are broken in the "Documentation for the PyPy Python
Interpreter" section.
https://bitbucket.org/pypy/pypy/diff/pypy/doc/index.rst?diff2=d5
New issue 2913: Deletion from array.array is far slower than CPython
https://bitbucket.org/pypy/pypy/issues/2913/deletion-from-arrayarray-is-far-slower
Sean:
Hey,
The below script completes in about 50 seconds with Python 3.7 but after 10
mins still hasn't finished running under the l
Sean Gallagher added the comment:
It first shows up in revision 58653:66ca6d9f3739
(https://bitbucket.org/pypy/pypy/commits/66ca6d9f3739c6e1a12521a7dc49de1bbb5f6d7a
)
It seems to have to do with an optimization of __new__ on type objects (in
pypy/objspace/std/typeobject.py)
--
nosy
Sean Gallagher added the comment:
Fixed in revision 9e389d3
--
nosy: +SeanTater
status: chatting -> resolved
PyPy bug tracker
<https://bugs.pypy.org/iss
Sean Gallagher added the comment:
Fix with test
--
nosy: +SeanTater
PyPy bug tracker
<https://bugs.pypy.org/issue1314>
___
pypy-issue mailing list
pypy