mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Update bytecode magic number in tests for the 3.14 release candidate (#136427)
This commit is contained in:
parent
6c81e8c57a
commit
bc9bc078df
1 changed files with 1 additions and 1 deletions
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue