]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149953: Fix null pointer dereference order in `code_objects.c` (GH-149956...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 May 2026 09:00:19 +0000 (11:00 +0200)
committerGitHub <noreply@github.com>
Mon, 18 May 2026 09:00:19 +0000 (09:00 +0000)
commit6e83c55e643ac1c189535604e70b0328c0ebec44
tree03b0f5842c1bf77f43280e11e788977094617036
parent42ff9b4959667cf31bde13a53fca01b1ec381168
[3.15] gh-149953: Fix null pointer dereference order in `code_objects.c` (GH-149956) (#149976)

gh-149953: Fix null pointer dereference order in `code_objects.c` (GH-149956)

Move  check before
(cherry picked from commit 0ed497a350d76dd20de1a1689c84426c7c1d6e22)

Co-authored-by: Nezuko Agent <nezukoagent@gmail.com>
Modules/_remote_debugging/code_objects.c