← 返回首页
[3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation fault (GH-100182) by byllyfish · Pull Request #100478 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

[3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation fault (GH-100182)#100478

Merged
kumaraditya303 merged 2 commits into
python:3.11from
byllyfish:backport-88d565f-3.11
Dec 24, 2022
Merged

[3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation fault (GH-100182)#100478
kumaraditya303 merged 2 commits into
python:3.11from
byllyfish:backport-88d565f-3.11

Conversation

byllyfish commented Dec 23, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

Move test_frame_fback_api from TestCAPI (test_frame.py) to Test_FrameAPI (test_misc.py).

(cherry picked from commit 88d565f)

…mentation fault when accessing `frame.f_back` (python#100182) Backport test_frame_fback_api from TestCAPI to Test_FrameAPI. (cherry picked from commit 88d565f)
…fix segmentation fault when accessing `frame.f_back` (pythonGH-100182). (cherry picked from commit 88d565f) Co-authored-by: Bill Fisher <william.w.fisher@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-crash A hard crash of the interpreter, possibly with a core dump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Footer

© 2026 GitHub, Inc.