8000 GH-100982: Break up `COMPARE_AND_BRANCH` by brandtbucher · Pull Request #102801 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-100982: Break up COMPARE_AND_BRANCH #102801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Mar 23, 2023
Prev Previous commit
Next Next commit
Catch up with main
  • Loading branch information
brandtbucher committed Mar 16, 2023
commit d42ac00d037b1fb57ce88387c4a69cb1d6e15ffd
1 change: 0 additions & 1 deletion Lib/importlib/_bootstrap_external.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ def _write_atomic(path, data, mode=0o666):
# Python 3.12a6 3519 (Modify SEND instruction)
# Python 3.12a6 3520 (Remove PREP_RERAISE_STAR, add CALL_INTRINSIC_2)
# Python 3.12a7 3521 (Shrink the LOAD_GLOBAL caches)

# Python 3.12a7 3522 (Convert COMPARE_AND_BRANCH back to COMPARE_OP)

# Python 3.13 will start with 3550
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0