mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
COMPUTE_EVAL_BREAKER() now also checks if the Python thread state belongs to the main interpreter. Don't break the evaluation loop if there are pending signals but the Python thread state it belongs to a subinterpeter. * Add _Py_IsMainThread() function. * Add _Py_ThreadCanHandleSignals() function.
Miscellaneous source files for the main Python shared library