mirror of
https://github.com/python/cpython.git
synced 2025-08-11 04:19:06 +00:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,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 = 3571
|
||||
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
|
||||
|
||||
msg = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue