Skip to content

Commit

Permalink
Updated for the latest RPython. YOU MUST UPGRADE TO THE LAST RPYTHON
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Aug 6, 2013
1 parent 45ab019 commit e6f6cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topaz/frame.py
Expand Up @@ -14,7 +14,7 @@ def __init__(self):




class Frame(BaseFrame): class Frame(BaseFrame):
_virtualizable2_ = [ _virtualizable_ = [
"bytecode", "localsstack_w[*]", "stackpos", "w_self", "block", "bytecode", "localsstack_w[*]", "stackpos", "w_self", "block",
"cells[*]", "lastblock", "lexical_scope", "last_instr", "parent_interp", "cells[*]", "lastblock", "lexical_scope", "last_instr", "parent_interp",
"top_parent_interp", "top_parent_interp",
Expand Down

0 comments on commit e6f6cf1

Please sign in to comment.