https://github.com/python/cpython/commit/9c1c9188df1dd4f866ed04c5202f94f33e6cc68c
commit: 9c1c9188df1dd4f866ed04c5202f94f33e6cc68c
branch: 3.13
author: T. Wouters <[email protected]>
committer: Yhg1s <[email protected]>
date: 2024-07-31T20:03:22+02:00
summary:

[3.13] Update the expected bytecode magic number in test_importlib.test_util 
(#122513)

Update the expected bytecode magic number in test_importlib.test_util.

files:
M Lib/test/test_importlib/test_util.py

diff --git a/Lib/test/test_importlib/test_util.py 
b/Lib/test/test_importlib/test_util.py
index 668042782bdc5f..d001b72d81f6b8 100644
--- a/Lib/test/test_importlib/test_util.py
+++ b/Lib/test/test_importlib/test_util.py
@@ -634,7 +634,7 @@ def test_magic_number(self):
         # 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 = 3495
+        EXPECTED_MAGIC_NUMBER = 3571
         actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
 
         msg = (

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to