commit | 757b402ea1c2c6b925a55a08fd844b065b6e082f | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Tue Jun 13 15:02:19 2023 -0600 |
committer | GitHub <noreply@github.com> | Tue Jun 13 15:02:19 2023 -0600 |
tree | cf4f2ea1aff52a2c7faa7181f3f9af01f732830f | |
parent | 4e80082723b768df124f77d2b73b3ba6b584a735 [diff] |
gh-104812: Run Pending Calls in any Thread (gh-104813) 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.