mirror of https://github.com/python/cpython
[3.13] Update the expected bytecode magic number in test_importlib.test_util (#122513)
Update the expected bytecode magic number in test_importlib.test_util.
This commit is contained in:
parent
8c8c43e1dc
commit
9c1c9188df
|
@ -634,7 +634,7 @@ class MagicNumberTests(unittest.TestCase):
|
||||||
# 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 = 3571
|
||||||
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
|
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
|
||||||
|
|
||||||
msg = (
|
msg = (
|
||||||
|
|
Loading…
Reference in New Issue