cpython/Lib/concurrent
Miss Islington (bot) bc8ed42176
[3.14] gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-135695)
Most importantly, this resolves the issues with functions and types defined in __main__.
It also expands the number of supported objects and simplifies the implementation.

(cherry picked from commit 725da50520, AKA gh-133957)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
2025-06-19 00:23:12 +00:00
..
futures [3.14] gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-135695) 2025-06-19 00:23:12 +00:00
interpreters [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414) 2025-06-12 08:19:26 -06:00
__init__.py Initial implementation of PEP 3148 2010-09-18 22:35:02 +00:00