mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
9f983e00ec
This moves `current_fast_clear()` up so that the current thread state is `NULL` while running `tstate_delete_common()`. This doesn't fix any bugs, but it means that we are more consistent that `_PyThreadState_GET() != NULL` means that the thread is "attached".
Miscellaneous source files for the main Python shared library