]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146442: Fix various bugs in compiler pipeline (#146443)
authorBrandon <a0sugm41l@gmail.com>
Mon, 30 Mar 2026 20:04:04 +0000 (15:04 -0500)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 20:04:04 +0000 (22:04 +0200)
commitca95e979d6c9c62696bf3c162ddc21eae841c804
treef4ca0f8ee7b2e23e31fb53f7209bcd13bcdc1531
parente79fd603392b9946c671a688da91281f7fdb1e2a
gh-146442: Fix various bugs in compiler pipeline (#146443)

Fix null derefs, missing decrefs, and unchecked returns from bug report.
Python/assemble.c
Python/codegen.c
Python/compile.c