]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151112: Fix crash in `compiler_mod()` when entering the current compilation...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jun 2026 15:22:31 +0000 (17:22 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 15:22:31 +0000 (15:22 +0000)
commit42e81e35a067320c71297d91846690210ab6858e
treef8a09e188ba299dd9c83afcde3581f913d79ca72
parentcedb4d65f1878e49ed9b40568d6e609b6bb4de4b
[3.15] gh-151112: Fix crash in `compiler_mod()` when entering the current compilation unit fails (GH-151234) (#151350)

(cherry picked from commit 937d89c4d9b7c5fda6730a1127db118d881d13cb)

Co-authored-by: Stan Ulbrych <stan@python.org>
Python/compile.c