[pypy-issue] [issue1402] Problem with "Getting Started with PyPy’s Python Interpreter" doc

2013-02-18 Thread Sean
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

[pypy-issue] [issue1402] Problem with "Getting Started with PyPy’s Python Interpreter" doc

2013-02-18 Thread Sean
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

[pypy-issue] [issue1403] Links broken on index.rst

2013-02-18 Thread Sean
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

[pypy-issue] Issue #2913: Deletion from array.array is far slower than CPython (pypy/pypy)

2018-11-12 Thread Sean
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

[pypy-issue] [issue1353] Weakrefs to builtin types sometimes don't work

2012-12-26 Thread Sean Gallagher
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

[pypy-issue] [issue1338] Epoll object cannot be closed twice

2012-12-29 Thread Sean Gallagher
Sean Gallagher added the comment: Fixed in revision 9e389d3 -- nosy: +SeanTater status: chatting -> resolved PyPy bug tracker <https://bugs.pypy.org/iss

[pypy-issue] [issue1314] expat parser should read file by chunks

2012-12-29 Thread Sean Gallagher
Sean Gallagher added the comment: Fix with test -- nosy: +SeanTater PyPy bug tracker <https://bugs.pypy.org/issue1314> ___ pypy-issue mailing list pypy