mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
33d3069c45
For a while now, pending calls only run in the main thread (in the main interpreter). This PR changes things to allow any thread run a pending call, unless the pending call was explicitly added for the main thread to run.
(cherry picked from commit 757b402)
Miscellaneous source files for the main Python shared library