From: Pablo Galindo Salgado Date: Fri, 5 Aug 2022 14:42:39 +0000 (+0100) Subject: Update the magic number in test_util.py (#95714) X-Git-Tag: v3.12.0a1~716 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=787498cbbb7d1c7115a7af4435efb7f607b10ed1;p=thirdparty%2FPython%2Fcpython.git Update the magic number in test_util.py (#95714) --- diff --git a/Lib/test/test_importlib/test_util.py b/Lib/test/test_importlib/test_util.py index c77c7814a9cc..a62d68fcd8b3 100644 --- a/Lib/test/test_importlib/test_util.py +++ b/Lib/test/test_importlib/test_util.py @@ -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 = (