mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
This commit is contained in:
parent
55596ae044
commit
e8e151d471
6 changed files with 59 additions and 7 deletions
|
@ -36,6 +36,7 @@ hasexc = [op for op in opmap.values() if _opcode.has_exc(op)]
|
|||
|
||||
_intrinsic_1_descs = _opcode.get_intrinsic1_descs()
|
||||
_intrinsic_2_descs = _opcode.get_intrinsic2_descs()
|
||||
_special_method_names = _opcode.get_special_method_names()
|
||||
_common_constants = [AssertionError, NotImplementedError]
|
||||
_nb_ops = _opcode.get_nb_ops()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue