]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142168: explicitly initialize `stack_array` in `_PyEval_Vector` and `_PyEvalFrameP...
authorKir Chou <148194051+gkirchou@users.noreply.github.com>
Sat, 6 Dec 2025 18:59:52 +0000 (03:59 +0900)
committerGitHub <noreply@github.com>
Sat, 6 Dec 2025 18:59:52 +0000 (19:59 +0100)
commit35142b18ae3ea0fa7bce04e69a938049ca3da70d
tree3005606cb7af4d5aad2b08e8239c4e77092048bd
parent0ed56ed88fc0ed3954cf601d116c7ba134910567
gh-142168: explicitly initialize `stack_array` in `_PyEval_Vector` and `_PyEvalFramePushAndInit_Ex` (#142192)

Co-authored-by: Kir Chou <note351@hotmail.com>
Python/ceval.c