mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
3681e3a831
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 a4d37f88b6)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Source files for various builtin objects