]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation fault...
authorBill Fisher <william.w.fisher@gmail.com>
Sat, 24 Dec 2022 05:47:10 +0000 (22:47 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Dec 2022 05:47:10 +0000 (11:17 +0530)
commit57e727af3fda446dc79d65e2d17297d1194892ed
tree333ac7be95840708d5b6339accb6594f655a19d6
parentb914054d9de574f5b3489f8601482eac5a7699e0
[3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation fault (GH-100182) (#100478)

(cherry picked from commit 88d565f32a709140664444c6dea20ecd35a10e94)

Co-authored-by: Bill Fisher <william.w.fisher@gmail.com>
Include/internal/pycore_frame.h
Lib/test/test_capi/test_misc.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