]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151112: Fix crash in `compiler_mod()` when entering the current compilation unit...
authorStan Ulbrych <stan@python.org>
Thu, 11 Jun 2026 14:52:11 +0000 (15:52 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 14:52:11 +0000 (15:52 +0100)
commit937d89c4d9b7c5fda6730a1127db118d881d13cb
treed63d0eae5548a126795794bb1a18765eab67eb71
parent0bbde07a0bbad3c79073fd133d6df70837e4cfee
gh-151112: Fix crash in `compiler_mod()` when entering the current compilation unit fails (#151234)
Python/compile.c