mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-46841: Use inline caching for attribute accesses (GH-31640)
This commit is contained in:
parent
65b92ccdec
commit
05a8bc1c94
10 changed files with 292 additions and 270 deletions
|
@ -375,7 +375,7 @@ dis_traceback = """\
|
|||
>> PUSH_EXC_INFO
|
||||
|
||||
%3d LOAD_GLOBAL 0 (Exception)
|
||||
JUMP_IF_NOT_EXC_MATCH 31 (to 62)
|
||||
JUMP_IF_NOT_EXC_MATCH 35 (to 70)
|
||||
STORE_FAST 0 (e)
|
||||
|
||||
%3d LOAD_FAST 0 (e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue