mirror of
https://github.com/python/cpython.git
synced 2026-01-29 22:26:03 +00:00
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>
Source files for various builtin objects