FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.11] gh-110052: Fix faulthandler for freed tstate (#110069) by vstinner · Pull Request #110072 · python/cpython · GitHub

/ cpython Public

[3.11] gh-110052: Fix faulthandler for freed tstate (#110069) - #110072

Merged
vstinner merged 1 commit into
python:3.11from
vstinner:faulthandler11
Sep 29, 2023
Merged

[3.11] gh-110052: Fix faulthandler for freed tstate (#110069)#110072
vstinner merged 1 commit into
python:3.11from
vstinner:faulthandler11

Conversation

vstinner commented Sep 29, 2023
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

faulthandler now detected freed interp and freed tstate, and no longer dereference them.

Backport to 3.11: add pycore_pymem.h include to traceback.c.

(cherry picked from commit 2e37a38)

faulthandler now detected freed interp and freed tstate, and no
longer dereference them.

Backport to 3.11: add pycore_pymem.h include to traceback.c.

(cherry picked from commit 2e37a38)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL