mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
bpo-45636: Merge all numeric operators (GH-29482)
This commit is contained in:
parent
1cbaa505d0
commit
9178f533ff
16 changed files with 613 additions and 1081 deletions
|
@ -366,6 +366,7 @@ _code_type = type(_write_atomic.__code__)
|
|||
# Python 3.11a1 3461 (JUMP_ABSOLUTE must jump backwards)
|
||||
# Python 3.11a2 3462 (bpo-44511: remove COPY_DICT_WITHOUT_KEYS, change
|
||||
# MATCH_CLASS and MATCH_KEYS, and add COPY)
|
||||
# Python 3.11a3 3463 (Merge numeric BINARY_*/INPLACE_* into BINARY_OP)
|
||||
|
||||
#
|
||||
# MAGIC must change whenever the bytecode emitted by the compiler may no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue