Skip to content

[3.14] gh-134679: Fix assertion failure in QSBR (gh-134811) #134814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 27, 2025

This is the same underlying bug as gh-130519. The destructor may call
arbitrary code, changing the tstate->qsbr pointer and invalidating the
old struct _qsbr_thread_state.
(cherry picked from commit a4d37f8)

Co-authored-by: Sam Gross colesbury@gmail.com

This is the same underlying bug as pythongh-130519. The destructor may call
arbitrary code, changing the `tstate->qsbr pointer` and invalidating the
old `struct _qsbr_thread_state`.
(cherry picked from commit a4d37f8)

Co-authored-by: Sam Gross <colesbury@gmail.com>
@colesbury colesbury enabled auto-merge (squash) May 27, 2025 20:21
@colesbury colesbury merged commit 3681e3a into python:3.14 May 27, 2025
45 checks passed
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.

2 participants