]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify concurrent.futures.process code by using itertools.batched() (GH-114221)
authorNewUserHa <32261870+NewUserHa@users.noreply.github.com>
Sat, 27 Jan 2024 08:29:38 +0000 (16:29 +0800)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2024 08:29:38 +0000 (10:29 +0200)
commit547c135d70760f974ed0476a32a6809e708bfe4d
tree1e643dc9cfde7865ca4e887eda3d7446321ebd18
parent926881dc10ebf77069e02e66eea3e0d3ba500fe5
Simplify concurrent.futures.process code by using itertools.batched() (GH-114221)
Lib/concurrent/futures/process.py