]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Update the magic number in test_util.py (GH-95714) (#95716)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 5 Aug 2022 14:43:10 +0000 (07:43 -0700)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2022 14:43:10 +0000 (15:43 +0100)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_importlib/test_util.py

index c77c7814a9ccd3f809d1625a052876d5fdc4d1b5..a62d68fcd8b333d281e96feb24a1506c8d46829e 100644 (file)
@@ -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 = (