[pypy-issue] [issue1016] RPython AssertionError while running async io greenlet test

Armin Rigo tracker at bugs.pypy.org
Mon Dec 3 18:51:08 CET 2012


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

The branch 'remove-globals-in-jit' should finally fix the issue, or at least
make it less likely to show up.  (It does not make greenlets more generally
JITable though, and doesn't fully fix this issue either, because it's still
possible to force a frame that belongs to another greenlet than we do (although
hard).)  Can anyone check it on OS/X?  A prebuilt OS/X binary to use should show
up in http://buildbot.pypy.org/nightly/remove-globals-in-jit/ .

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


More information about the pypy-issue mailing list