]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove concurrent.futures deadcode: process_result_item() (#109906)
authorVictor Stinner <vstinner@python.org>
Tue, 26 Sep 2023 19:33:59 +0000 (21:33 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 19:33:59 +0000 (21:33 +0200)
commitae1d99c2ed9d44b2554129f3a85b97a31119bccc
tree22fabe9a7b4e9a779c0e12aefa08cec7f356571e
parentfbfec5642edd9d7690bbff088ee43c08e8067044
Remove concurrent.futures deadcode: process_result_item() (#109906)

process_result_item() cannot be called with an int anymore, the
protocol changed.
Lib/concurrent/futures/process.py