Python 3.10.0rc1

This commit is contained in:
Pablo Galindo 2021-08-02 20:06:40 +01:00
parent 567176249e
commit cc115e5bf6
No known key found for this signature in database
GPG key ID: FFE87404168BD847
70 changed files with 7999 additions and 5171 deletions

View file

@ -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 = (