Skip to content

Commit

Permalink
WIP - BINARY_SUBSCR --> BINARY_OP
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Jan 27, 2025
1 parent 25a614a commit b95488f
Show file tree
Hide file tree
Showing 21 changed files with 978 additions and 1,501 deletions.
2 changes: 1 addition & 1 deletion Include/internal/pycore_magic_number.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ PC/launcher.c must also be updated.
*/

#define PYC_MAGIC_NUMBER 3614
#define PYC_MAGIC_NUMBER 3677
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
(little-endian) and then appending b'\r\n'. */
#define PYC_MAGIC_NUMBER_TOKEN \
Expand Down
94 changes: 19 additions & 75 deletions Include/internal/pycore_opcode_metadata.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b95488f

Please sign in to comment.