]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140936: Fix JIT assertion crash at finalization if some generator is alive (GH...
authorMikhail Efimov <efimov.mikhail@gmail.com>
Wed, 12 Nov 2025 19:04:02 +0000 (22:04 +0300)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 19:04:02 +0000 (19:04 +0000)
commit35ed3e4cedc8aef3936da81a6b64e90374532b13
tree8b840a226aceb48fab5a2223f7c492cb8ba4b8e4
parent1f381a579cc50aa82838de84c2294b4979586bd9
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