From 0441792c2d798562536095d3bb9a363b1ec0d971 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Wed, 21 Jun 2023 07:28:46 -0600 Subject: Bytecode tweak for Py 3.12.0b3 One of the bytecode strings changed again for b3. Updated. Signed-off-by: Mats Wichmann --- SCons/ActionTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCons/ActionTests.py b/SCons/ActionTests.py index 07fa297..846762e 100644 --- a/SCons/ActionTests.py +++ b/SCons/ActionTests.py @@ -2320,7 +2320,7 @@ class ObjectContentsTestCase(unittest.TestCase): b'0, 0, 0, 0,(Hello, World!),(print),(\x97\x00\x02\x00e\x00d\x00\xa6\x01\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00d\x01S\x00)' ), (3, 12): bytearray( - b'0, 0, 0, 0,(Hello, World!),(print),(\x97\x00\x02\x00e\x00d\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00y\x01)' + b'0, 0, 0, 0,(Hello, World!),(print),(\x97\x00\x02\x00e\x00d\x00\xab\x01\x00\x00\x00\x00\x00\x00\x01\x00y\x01)' ), } -- cgit v0.12