diff options
author | Armin Rigo <arigo@tunes.org> | 2018-05-23 19:30:30 +0200 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2018-05-23 19:30:30 +0200 |
commit | 224370cc99fd4adbe93173a6c46ceb4427cf0044 (patch) | |
tree | 52a26c5f9ba956633f0590321e64a100c64092d0 /lib-python/3/opcode.py | |
parent | merge branch (diff) | |
parent | fix for test_app_main.py (diff) | |
download | pypy-224370cc99fd4adbe93173a6c46ceb4427cf0044.tar.gz pypy-224370cc99fd4adbe93173a6c46ceb4427cf0044.tar.bz2 pypy-224370cc99fd4adbe93173a6c46ceb4427cf0044.zip |
merge the two branches
Diffstat (limited to 'lib-python/3/opcode.py')
-rw-r--r-- | lib-python/3/opcode.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-python/3/opcode.py b/lib-python/3/opcode.py index ccc9c00aa3..d3c4f1caa2 100644 --- a/lib-python/3/opcode.py +++ b/lib-python/3/opcode.py @@ -223,5 +223,6 @@ hasname.append(201) def_op('CALL_METHOD', 202) # #args not including 'self' def_op('BUILD_LIST_FROM_ARG', 203) jrel_op('JUMP_IF_NOT_DEBUG', 204) # jump over assert statements +def_op('LOAD_REVDB_VAR', 205) # reverse debugger (syntax example: $5) del def_op, name_op, jrel_op, jabs_op |