Merge <3.11 VarNames and >=3.11 Locals+Names into a single variable for simplicity.

Also cleans up some extra verbose output by making extra PyCode fields optional
This commit is contained in:
Michael Hansen 2023-01-19 11:20:06 -08:00
commit 379c0c94d0
6 changed files with 46 additions and 47 deletions

View file

@ -11,6 +11,7 @@ Python MAGIC Python MAGIC Python MAGIC
3.8 0x0A0D0D55
3.9 0x0A0D0D61
3.10 0x0A0D0D6F
3.11 0x0A0D0DA7
1.0 1.1 1.2 1.3 1.4 1.5 1.6