mirror of
https://github.com/python/cpython.git
synced 2026-05-23 02:41:31 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| _analyzer.py | ||
| _builtin_types.py | ||
| _capi.py | ||
| _files.py | ||
| _parser.py | ||
| globals-to-fix.tsv | ||
| ignored.tsv | ||
| known.tsv | ||