mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] Update bytecode magic number in tests for the 3.14 release candidate (GH-136427) (#136429)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
f937b9fffb
commit
66f85f4be8
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