8000 [3.11] Update the magic number in test_util.py (GH-95714) (#95716) · python/cpython@d6cf9e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit d6cf9e4

Browse files
[3.11] Update the magic number in test_util.py (GH-95714) (#95716)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
1 parent 96555cb commit d6cf9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ def test_magic_number(self):
860860
# stakeholders such as OS package maintainers must be notified
861861
# in advance. Such exceptional releases will then require an
862862
# adjustment to this test case.
863-
EXPECTED_MAGIC_NUMBER = 3413
863+
EXPECTED_MAGIC_NUMBER = 3495
864864
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
865865

866866
msg = (

0 commit comments

Comments
 (0)
0