mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Python 3.10.0rc1
This commit is contained in:
parent
567176249e
commit
cc115e5bf6
70 changed files with 7999 additions and 5171 deletions
|
|
@ -859,7 +859,7 @@ def test_magic_number(self):
|
|||
# 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 = 3439
|
||||
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
|
||||
|
||||
msg = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue