[pypy-issue] Issue #1862: PyPy to be 2.4 beta identifies itself as final (pypy/pypy)

2014-09-08 Thread squeaky
New issue 1862: PyPy to be 2.4 beta identifies itself as final https://bitbucket.org/pypy/pypy/issue/1862/pypy-to-be-24-beta-identifies-itself-as squeaky: ``` Python 2.7.8 (9f425c60afdf2c1d38ee016071cffc55c28048b9, Sep 08 2014, 10:04:57) [PyPy 2.4.0 with GCC 4.8.2] on linux2 Type "

[pypy-issue] Issue #1900: [PyPy3] idle (tkinter), cannot open preferences (pypy/pypy)

2014-10-23 Thread squeaky
New issue 1900: [PyPy3] idle (tkinter), cannot open preferences https://bitbucket.org/pypy/pypy/issue/1900/pypy3-idle-tkinter-cannot-open-preferences squeaky: I tried running idle: ``` pypy3-2.4-linux_i686-portable/bin/pypy -m idlelib.idle ``` Then i navigated to Options > Configure IDLE

[pypy-issue] Issue #2131: package.py builds cffi bindings using invoking CPython instead of packaged PyPy (pypy/pypy)

2015-09-01 Thread squeaky
New issue 2131: package.py builds cffi bindings using invoking CPython instead of packaged PyPy https://bitbucket.org/pypy/pypy/issues/2131/packagepy-builds-cffi-bindings-using squeaky: package.py tries to build the cffi bindings for the second time when invoked using CPython despite the

[pypy-issue] Issue #2304: time.get_clock_info(name) missing (pypy/pypy)

2016-05-22 Thread squeaky
New issue 2304: time.get_clock_info(name) missing https://bitbucket.org/pypy/pypy/issues/2304/timeget_clock_info-name-missing squeaky: ``` #!python Python 3.3.5 (d463dd98e6a6, May 22 2016, 02:07:30) [PyPy 5.2.0-alpha0 with GCC 4.8.2] on linux Type "help", "copyright", &

[pypy-issue] Issue #2305: asyncio benchmarks from uvloop project slower on PyPy3 than on CPython (pypy/pypy)

2016-05-22 Thread squeaky
New issue 2305: asyncio benchmarks from uvloop project slower on PyPy3 than on CPython https://bitbucket.org/pypy/pypy/issues/2305/asyncio-benchmarks-from-uvloop-project squeaky: http://magic.io/blog/uvloop-blazing-fast-python-networking/ ``` PyPy3 nightly server & cl

[pypy-issue] Issue #2416: [CFFI] Idle prints warnings on PyPy3 (pypy/pypy)

2016-10-13 Thread squeaky
New issue 2416: [CFFI] Idle prints warnings on PyPy3 https://bitbucket.org/pypy/pypy/issues/2416/cffi-idle-prints-warnings-on-pypy3 squeaky: ``` pypy3.3-5.5-alpha-20161013-linux_x86_64-portable/bin/pypy -m idlelib.idle Warning (from warnings module): File "", line 3 UserWarning

[pypy-issue] Issue #2500: [Pypy3] _ssl: NameError: name 'RAND_egd' is not defined (pypy/pypy)

2017-03-16 Thread squeaky
New issue 2500: [Pypy3] _ssl: NameError: name 'RAND_egd' is not defined https://bitbucket.org/pypy/pypy/issues/2500/pypy3-_ssl-nameerror-name-rand_egd-is-not squeaky: Last time I translated about a month ago it used to work. March 17th on the 3.5 release brach tip I get: ``` Py

[pypy-issue] Issue #2732: [PyPy 3.5 5.10.1] Hitting a sequence that generates bell crashes REPL (pypy/pypy)

2018-01-14 Thread squeaky
New issue 2732: [PyPy 3.5 5.10.1] Hitting a sequence that generates bell crashes REPL https://bitbucket.org/pypy/pypy/issues/2732/pypy-35-5101-hitting-a-sequence-that squeaky: Might be related to: https://bitbucket.org/pypy/pypy/issues/2718/pypy35-traceback-when-hitting-backspace-in I am

[pypy-issue] Issue #2866: [3.6] wrong exception while callinstr str on str (pypy/pypy)

2018-08-08 Thread squeaky
New issue 2866: [3.6] wrong exception while callinstr str on str https://bitbucket.org/pypy/pypy/issues/2866/36-wrong-exception-while-callinstr-str-on squeaky: CPython 3.6 ``` >>> str('text', 'text') Traceback (most recent call last): File "", lin

[pypy-issue] Issue #2867: [3.6] The nightly contains lib_pypy/grp.py from PyPy2 (pypy/pypy)

2018-08-08 Thread squeaky
New issue 2867: [3.6] The nightly contains lib_pypy/grp.py from PyPy2 https://bitbucket.org/pypy/pypy/issues/2867/36-the-nightly-contains-lib_pypy-grppy squeaky: Try importing it and it will explode as it's PyPy2 version, it's probably there because of a bad merge or