mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
75ef92da29
If Python fails to start newly created thread
due to failure of underlying PyThread_start_new_thread() call,
its state should be removed from interpreter' thread states list
to avoid its double cleanup.
(cherry picked from commit ca3ea9ad05)
Co-authored-by: Radislav Chugunov <52372310+chgnrdv@users.noreply.github.com>
Miscellaneous source files for the main Python shared library