Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Nov 26, 2025

Add _PyMem_IsULongFreed() function.

@vstinner vstinner added skip news needs backport to 3.14 bugs and security fixes labels Nov 26, 2025
@vstinner vstinner merged commit d5d9e89 into python:main Nov 27, 2025
50 checks passed
@vstinner vstinner deleted the faulthandler_freed_tstate branch November 27, 2025 11:35
@miss-islington-app
Copy link

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @vstinner, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker d5d9e89dde9843a61b46872b1914c5b75ad05998 3.14

@vstinner vstinner added needs backport to 3.14 bugs and security fixes and removed needs backport to 3.14 bugs and security fixes labels Nov 27, 2025
@miss-islington-app
Copy link

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 27, 2025
…141988)

Add _PyMem_IsULongFreed() function.
(cherry picked from commit d5d9e89)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app
Copy link

bedevere-app bot commented Nov 27, 2025

GH-142013 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Nov 27, 2025
@bedevere-app
Copy link

bedevere-app bot commented Nov 27, 2025

GH-142017 is a backport of this pull request to the 3.13 branch.

vstinner added a commit to vstinner/cpython that referenced this pull request Nov 27, 2025
…1988)

Add _PyMem_IsULongFreed() function.

(cherry picked from commit d5d9e89)
vstinner added a commit that referenced this pull request Nov 27, 2025
…#142017)

gh-116008: Detect freed thread state in faulthandler (#141988)

Add _PyMem_IsULongFreed() function.

(cherry picked from commit d5d9e89)
vstinner added a commit that referenced this pull request Nov 27, 2025
… (#142013)

gh-116008: Detect freed thread state in faulthandler (GH-141988)

Add _PyMem_IsULongFreed() function.
(cherry picked from commit d5d9e89)

Co-authored-by: Victor Stinner <vstinner@python.org>
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