mirror of
https://github.com/python/cpython.git
synced 2026-01-17 04:40:23 +00:00
Executors in concurrent.futures accepted tasks after executor was shutdown by interpreter exit. Tasks were left in PENDING state forever. This fix changes submit to instead raise a RuntimeError.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| futures | ||
| __init__.py | ||