[pypy-issue] Issue #2359: VMProf does not display traces correctly (pypy/pypy)

2016-08-01 Thread Richard Plangger
New issue 2359: VMProf does not display traces correctly https://bitbucket.org/pypy/pypy/issues/2359/vmprof-does-not-display-traces-correctly Richard Plangger: Here is a python example: https://paste.pound-python.org/show/RXatEmOq95xg4HcneO50/ And the corresponding cpu profile: http://vmprof.c

[pypy-issue] Issue #2360: Windows ctypes.CDLL : TypeError: function name must be a string or integer (pypy/pypy)

2016-08-01 Thread RyoYokoyama
New issue 2360: Windows ctypes.CDLL : TypeError: function name must be a string or integer https://bitbucket.org/pypy/pypy/issues/2360/windows-ctypescdll-typeerror-function-name RyoYokoyama: On Windows, ctypes.CDLL cannot accept unicode function name. On PyPy2: ``` #!python import ctypes >

[pypy-issue] Issue #2361: TypeError: __class__ assignment: 'A' object layout differs from 'B' (pypy/pypy)

2016-08-01 Thread Craig Rodrigues
New issue 2361: TypeError: __class__ assignment: 'A' object layout differs from 'B' https://bitbucket.org/pypy/pypy/issues/2361/typeerror-__class__-assignment-a-object Craig Rodrigues: Alex Gaynor was able to come up with this test case which passes under CPython but fails under Pypy: ``` class