]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99110: Initialize `frame->previous` in init_frame to fix segmentation fault when...
authorBill Fisher <william.w.fisher@gmail.com>
Fri, 23 Dec 2022 14:45:53 +0000 (07:45 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 14:45:53 +0000 (20:15 +0530)
commit88d565f32a709140664444c6dea20ecd35a10e94
treebd185455ee0b70ed60f6ca29479f2fb918999599
parent2659036c757a11235c4abd21f02c3a548a344fe7
gh-99110: Initialize `frame->previous` in init_frame to fix segmentation fault when accessing `frame.f_back` (#100182)
Include/internal/pycore_frame.h
Lib/test/test_frame.py
Misc/NEWS.d/next/Core and Builtins/2022-12-12-01-05-16.gh-issue-99110.1JqtIg.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/frameobject.c