mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Update the magic number in test_util.py (#95714)
This commit is contained in:
parent
bacbc35830
commit
787498cbbb
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,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 = 3413
|
||||
EXPECTED_MAGIC_NUMBER = 3495
|
||||
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
|
||||
|
||||
msg = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue