]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-143026: Fix assertion error in executor management. (GH-143104)
authorMark Shannon <mark@hotpy.org>
Tue, 23 Dec 2025 17:19:34 +0000 (17:19 +0000)
committerGitHub <noreply@github.com>
Tue, 23 Dec 2025 17:19:34 +0000 (17:19 +0000)
commit20aeb3a4631beebd255781ba4932b53011edb011
treeddb6018b31a04bb443c51b59509fb19d0e9cd1ec
parent25c294b6eafbd371865ae60138884262a2178077
GH-143026: Fix assertion error in executor management. (GH-143104)
Include/internal/pycore_object.h
Include/internal/pycore_optimizer.h
Lib/test/test_capi/test_opt.py
Python/optimizer.c
Tools/cases_generator/analyzer.py