mirror of
https://github.com/python/cpython.git
synced 2026-06-08 04:19:23 -04:00
757b402ea1
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.