summaryrefslogtreecommitdiffstats
path: root/Lib/concurrent/futures/interpreter.py
Commit message (Expand)AuthorAgeFilesLines
* gh-125864: Propagate `pickle.loads()` failures in `InterpreterPoolExecutor` (...Peter Bierma2024-10-241-1/+2
* gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)Eric Snow2024-10-161-0/+241