diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2025-05-27 20:46:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-27 20:46:02 (GMT) |
commit | 3681e3a83129c8540b916bf017619860181c0763 (patch) | |
tree | 25835afb9993ea42644d9a4af5ce040de61e987e /Python/codegen.c | |
parent | 6c74700dd87e1447c34695a96a426455457c7469 (diff) | |
download | cpython-3681e3a83129c8540b916bf017619860181c0763.zip cpython-3681e3a83129c8540b916bf017619860181c0763.tar.gz cpython-3681e3a83129c8540b916bf017619860181c0763.tar.bz2 |
[3.14] gh-134679: Fix assertion failure in QSBR (gh-134811) (gh-134814)
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 a4d37f88b66bc9a66b2ab277aa66a2a6b20821fa)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Diffstat (limited to 'Python/codegen.c')
0 files changed, 0 insertions, 0 deletions