gh-104240: return code unit metadata from codegen (#104300)

This commit is contained in:
Irit Katriel 2023-05-09 14:33:40 +01:00 committed by GitHub
parent c21f828760
commit ca95edf177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 52 additions and 8 deletions

View file

@ -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},
}