[pypy-issue] [issue849] pypy 1.6, pyglet crash on win32

Armin Rigo tracker at bugs.pypy.org
Mon Aug 29 17:18:51 CEST 2011


Armin Rigo <armin.rigo at gmail.com> added the comment:

Found to be (at least) caused by the calling convention: it is not propagated
down to the CALL_RELEASE_GIL in the JIT.  As proof, it seems to work when run
with "pypy --jit=off".

----------
nosy: +arigo

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue849>
________________________________________


More information about the pypy-issue mailing list