mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Python 3.9.0rc1
This commit is contained in:
parent
5de00f63d4
commit
439c93d51f
25 changed files with 194 additions and 35 deletions
|
@ -861,7 +861,7 @@ class MagicNumberTests(unittest.TestCase):
|
|||
in advance. Such exceptional releases will then require an
|
||||
adjustment to this test case.
|
||||
"""
|
||||
EXPECTED_MAGIC_NUMBER = 3413
|
||||
EXPECTED_MAGIC_NUMBER = 3425
|
||||
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
|
||||
|
||||
msg = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue