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
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
>
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