Skip to content

Commit 65cf8b1

Browse files
miss-islingtonhugovk
authored andcommitted
[3.14] Update bytecode magic number in tests for the 3.14 release candidate (pythonGH-136427) (python#136429)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent ccc3386 commit 65cf8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def test_magic_number(self):
635635
# stakeholders such as OS package maintainers must be notified
636636
# in advance. Such exceptional releases will then require an
637637
# adjustment to this test case.
638-
EXPECTED_MAGIC_NUMBER = 3495
638+
EXPECTED_MAGIC_NUMBER = 3625
639639
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
640640

641641
msg = (

0 commit comments

Comments
 (0)