]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140936: Fix JIT assertion crash at finalization if some generator is alive...
authorMikhail Efimov <efimov.mikhail@gmail.com>
Thu, 13 Nov 2025 16:11:57 +0000 (19:11 +0300)
committerGitHub <noreply@github.com>
Thu, 13 Nov 2025 16:11:57 +0000 (16:11 +0000)
commit48b7d75aaf0206c80813c3325fd4021cd6b99e2b
tree511ebd7a93f0cef654d115fb4eb8fdfb35603416
parent425e423f9f85a8f7b6bd90fc6995e9b032d37351
[3.14] gh-140936: Fix JIT assertion crash at finalization if some generator is alive (GH-140969) (GH-141494)

gh-140936: Fix JIT assertion crash at finalization if some generator is alive (GH-140969)
Lib/test/test_capi/test_opt.py
Python/optimizer.c