]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:16:58 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 15:16:58 +0000 (15:16 +0000)
commit5f8546e22f05baf67cd0c0fd29a2586b8acadf49
tree61e21a4dc43c89f4e337a9a3bcd4d3df2276f991
parent7a3a78866a7460dda7c3fd0c20d929955d563a90
[3.14] gh-151112: Fix crash in `compiler_mod()` when entering the current compilation unit fails (GH-151234) (#151351)

(cherry picked from commit 937d89c4d9b7c5fda6730a1127db118d881d13cb)

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