Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
iritkatriel committed Feb 13, 2023
commit b566c9c488381ed17e164afbe1a81cf11010c127
2 changes: 1 addition & 1 deletion Lib/importlib/_bootstrap_external.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def _write_atomic(path, data, mode=0o666):
# Python 3.12a5 3516 (Add COMPARE_AND_BRANCH instruction)
# Python 3.12a5 3517 (Change YIELD_VALUE oparg to exception block depth)
# Python 3.12a5 3518 (Add RETURN_CONST instruction)
# Python 3.12a5 3519 (Remove PREP_RERAISE_STAR, add CALL_INTRINSIC2)
# Python 3.12a5 3519 (Remove PREP_RERAISE_STAR, add CALL_INTRINSIC_2)

# Python 3.13 will start with 3550

Expand Down