Skip to content

Commit cba28db

Browse files
committed
Update bytecode magic number for the 3.15 release candidate
1 parent 9ccd5bb commit cba28db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_importlib/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def test_magic_number(self):
647647
# stakeholders such as OS package maintainers must be notified
648648
# in advance. Such exceptional releases will then require an
649649
# adjustment to this test case.
650-
EXPECTED_MAGIC_NUMBER = 3625
650+
EXPECTED_MAGIC_NUMBER = 3666
651651
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
652652

653653
msg = (

0 commit comments

Comments
 (0)