]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Update the expected bytecode magic in test_importlib.test_util (#107626)
authorT. Wouters <thomas@python.org>
Fri, 4 Aug 2023 13:41:03 +0000 (15:41 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Aug 2023 13:41:03 +0000 (13:41 +0000)
commit310e1460c08d71447305e381e4fcd25af6519aeb
tree107f4b25fb318f485bd28792f7f59d6bf5e100a4
parent98902d6c0522df022d2f88499faf9774970e2838
[3.12] Update the expected bytecode magic in test_importlib.test_util (#107626)

Update the expected bytecode magic in test_importlib.test_util to the final
3.12 magic number. From now on it's not allowed to change for any 3.12
release.
Lib/test/test_importlib/test_util.py