8000 Update bytecode magic number in tests for the 3.14 release candidate … · python/cpython@bc9bc07 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc9bc07

Browse files
authored
Update bytecode magic number in tests for the 3.14 release candidate (#136427)
1 parent 6c81e8c commit bc9bc07

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)
0