[3.11] Update the magic number in test_util.py (GH-95714) (#95716)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-08-05 07:43:10 -07:00 committed by GitHub
parent 96555cb2fa
commit d6cf9e4a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,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 = 3495
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
msg = (