]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112983: Add the known magic value of 3495 for Python 3.11 bytecode (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Dec 2023 18:24:28 +0000 (19:24 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2023 18:24:28 +0000 (18:24 +0000)
commitb884d21f10f228bef11980e076af53343e686463
treeb331e3b4baba09f059599aeed9409e52916a789e
parente34458905b1877b648f12e0c92f2aa5f5affa34a
[3.12] gh-112983: Add the known magic value of 3495 for Python 3.11 bytecode (GH-112985) (#113023)

gh-112983: Add the known magic value of 3495 for Python 3.11 bytecode (GH-112985)

Add the known magic value of 3495 for Python 3.11 bytecode
(cherry picked from commit 616622cab7200bac476bf753d6cc98f4ee48808c)

Co-authored-by: wim glenn <jump@wimglenn.com>
Lib/importlib/_bootstrap_external.py