Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacbc35 commit 787498cCopy full SHA for 787498c
1 file changed
Lib/test/test_importlib/test_util.py
@@ -860,7 +860,7 @@ def test_magic_number(self):
860
# stakeholders such as OS package maintainers must be notified
861
# in advance. Such exceptional releases will then require an
862
# adjustment to this test case.
863
- EXPECTED_MAGIC_NUMBER = 3413
+ EXPECTED_MAGIC_NUMBER = 3495
864
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
865
866
msg = (
0 commit comments