NameError in interactive.py
In pypy3 branches, pypy/interpreter/interactive.py
refers to self
in a global function:
elif opcode in opcode3.hasjrel:
s += '(to ' + repr(self.index + oparg) + ')'
Suggested patch: name_error.patch
In pypy3 branches, pypy/interpreter/interactive.py
refers to self
in a global function:
elif opcode in opcode3.hasjrel:
s += '(to ' + repr(self.index + oparg) + ')'
Suggested patch: name_error.patch