Armin Rigo <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1016> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
