Update bytecode magic number in tests for the 3.14 release candidate (#136427)

This commit is contained in:
Hugo van Kemenade 2025-07-08 20:11:48 +03:00 committed by GitHub
parent 6c81e8c57a
commit bc9bc078df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -635,7 +635,7 @@ class MagicNumberTests(unittest.TestCase):
# stakeholders such as OS package maintainers must be notified
# in advance. Such exceptional releases will then require an
# adjustment to this test case.
EXPECTED_MAGIC_NUMBER = 3495
EXPECTED_MAGIC_NUMBER = 3625
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
msg = (