Sync the importlib magic number in test_importlib for 3.7.0
This commit is contained in:
parent
8511b448a5
commit
d4dd7db845
|
@ -789,7 +789,7 @@ class MagicNumberTests(unittest.TestCase):
|
|||
in advance. Such exceptional releases will then require an
|
||||
adjustment to this test case.
|
||||
"""
|
||||
EXPECTED_MAGIC_NUMBER = 3379
|
||||
EXPECTED_MAGIC_NUMBER = 3394
|
||||
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
|
||||
|
||||
msg = (
|
||||
|
|
Loading…
Reference in New Issue