]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145792: Fix incorrect alloca allocation size in traceback.c (GH-145814...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Mar 2026 12:45:18 +0000 (13:45 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2026 12:45:18 +0000 (12:45 +0000)
commitd9c26676b26ab09d8db7265dc22a733d3c358d4b
tree0be7fc8dad9cdb9236b4237b4feca726a9f844a3
parent485699216f2186c63f85fc546301e5edbe6b2f22
[3.14] gh-145792: Fix incorrect alloca allocation size in traceback.c (GH-145814) (#145909)

gh-145792: Fix incorrect alloca allocation size in traceback.c (GH-145814)
(cherry picked from commit 59d97683c19923b06e2b2110efadb90fe37f53f3)

Co-authored-by: VanshAgarwal24036 <148854295+VanshAgarwal24036@users.noreply.github.com>
Misc/NEWS.d/next/Core_and_Builtins/2026-03-11-19-09-47.gh-issue-145792.X5KUhc.rst [new file with mode: 0644]
Python/traceback.c