Skip to content

Commit f530469

Browse files
committed
add stack effect to dis.__all__
1 parent 1a0a2b2 commit f530469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/dis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
__all__ = ["hasarg", "hasconst", "hasname", "hasjump", "hasjrel",
2323
"hasjabs", "hasfree", "haslocal", "hasexc", "hascompare",
24-
"code_info", "dis", "disassemble", "distb", "disco",
25-
"findlinestarts", "findlabels", "show_code",
24+
"stack_effect", "code_info", "dis", "disassemble", "distb",
25+
"disco", "findlinestarts", "findlabels", "show_code",
2626
"get_instructions", "Instruction", "Bytecode"] + _opcodes_all
2727
del _opcodes_all
2828

0 commit comments

Comments
 (0)