mirror of
https://github.com/python/cpython.git
synced 2025-11-11 11:01:39 +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 @@ def test_magic_number(self):
|
||||||
# stakeholders such as OS package maintainers must be notified
|
# stakeholders such as OS package maintainers must be notified
|
||||||
# in advance. Such exceptional releases will then require an
|
# in advance. Such exceptional releases will then require an
|
||||||
# adjustment to this test case.
|
# adjustment to this test case.
|
||||||
EXPECTED_MAGIC_NUMBER = 3495
|
EXPECTED_MAGIC_NUMBER = 3625
|
||||||
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
|
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
|
||||||
|
|
||||||
msg = (
|
msg = (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue