Merge branch 'master' into python-3.3-to-3.5

This commit is contained in:
rocky
2024-07-12 21:31:28 -04:00
2 changed files with 7 additions and 16 deletions

View File

@@ -214,7 +214,7 @@ class Scanner2(Scanner):
names=co.co_names,
constants=co.co_consts,
cells=bytecode._cell_names,
linestarts=bytecode._linestarts,
line_starts=bytecode._linestarts,
asm_format="extended",
)