Author: Armin Rigo <[email protected]> Branch: jitframe-on-heap Changeset: r61955:9b1ae41499b6 Date: 2013-03-03 18:19 +0100 http://bitbucket.org/pypy/pypy/changeset/9b1ae41499b6/
Log: Uh? No clue how it used to work diff --git a/rpython/rlib/_stacklet_asmgcc.py b/rpython/rlib/_stacklet_asmgcc.py --- a/rpython/rlib/_stacklet_asmgcc.py +++ b/rpython/rlib/_stacklet_asmgcc.py @@ -3,6 +3,7 @@ from rpython.rtyper.lltypesystem.lloperation import llop from rpython.rtyper.annlowlevel import llhelper, MixLevelHelperAnnotator from rpython.annotator import model as annmodel +from rpython.rlib import _rffi_stacklet as _c _asmstackrootwalker = None # BIG HACK: monkey-patched by asmgcroot.py _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
