]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149953: Fix null pointer dereference order in `code_objects.c` (#149956)
authorNezuko Agent <nezukoagent@gmail.com>
Mon, 18 May 2026 08:28:28 +0000 (15:28 +0700)
committerGitHub <noreply@github.com>
Mon, 18 May 2026 08:28:28 +0000 (11:28 +0300)
commit0ed497a350d76dd20de1a1689c84426c7c1d6e22
tree0a000cb45cbc653ffda7e63ed2dbf97c74d2717a
parent18281db0d0350ceca2b74afb2c88ed644a737369
gh-149953: Fix null pointer dereference order in `code_objects.c` (#149956)

Move  check before
Modules/_remote_debugging/code_objects.c