mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-104240: return code unit metadata from codegen (#104300)
This commit is contained in:
parent
c21f828760
commit
ca95edf177
4 changed files with 52 additions and 8 deletions
|
@ -52,7 +52,7 @@ class IsolatedAssembleTests(AssemblerTestCase):
|
|||
'filename' : 'avg.py',
|
||||
'name' : 'avg',
|
||||
'qualname' : 'stats.avg',
|
||||
'consts' : [2],
|
||||
'consts' : {2 : 0},
|
||||
'argcount' : 2,
|
||||
'varnames' : {'x' : 0, 'y' : 1},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue