Skip to content

[3.9] bpo-44449: faulthandler don't modify frame refcnt (GH-27850)#28066

Merged
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-fe997e1-3.9
Aug 30, 2021
Merged

[3.9] bpo-44449: faulthandler don't modify frame refcnt (GH-27850)#28066
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-fe997e1-3.9

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Aug 30, 2021

Fix a crash in the signal handler of the faulthandler module: no
longer modify the reference count of frame objects.
(cherry picked from commit fe997e1)

Co-authored-by: Victor Stinner [email protected]

https://bugs.python.org/issue44449

Fix a crash in the signal handler of the faulthandler module: no
longer modify the reference count of frame objects.
(cherry picked from commit fe997e1)

Co-authored-by: Victor Stinner <[email protected]>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington
Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 720aef4 into python:3.9 Aug 30, 2021
@miss-islington miss-islington deleted the backport-fe997e1-3.9 branch August 30, 2021 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants