]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-149122: Fix segfault in compiler when certain builtin functions are passed...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Apr 2026 14:01:45 +0000 (16:01 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2026 14:01:45 +0000 (14:01 +0000)
commit098880de36756c25f9c2588d11c8847c4266c9cf
tree83539e8b75ff28041abfbed043bfa0a31f69d7fe
parent4d0ae4cba98597ed18cd65b15954be267f7974c1
[3.14] gh-149122: Fix segfault in compiler when certain builtin functions are passed a coroutine as arg (GH-149138) (#149151)

gh-149122: Fix segfault in compiler when certain builtin functions are passed a coroutine as arg (GH-149138)
(cherry picked from commit 16f292ef4e8c56bfd115ecdb91420c7b4006249f)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core_and_Builtins/2026-04-29-14-06-00.gh-issue-149122.P8k2Lm.rst [new file with mode: 0644]
Python/codegen.c