mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
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