cpython/Lib/multiprocessing
Miss Islington (bot) 2d33d217aa
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int (GH-93364) (GH-93924)
Closes GH-83658.
(cherry picked from commit e37a158725)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2022-06-17 23:32:15 +01:00
..
dummy
__init__.py
connection.py
context.py gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617) 2022-06-10 05:17:11 -07:00
forkserver.py
heap.py
managers.py gh-91231: multiprocessing BaseManager waits 1.0 second (#91701) 2022-04-19 17:06:00 +02:00
pool.py GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int (GH-93364) (GH-93924) 2022-06-17 23:32:15 +01:00
popen_fork.py
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py
process.py gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617) 2022-06-10 05:17:11 -07:00
queues.py bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913) 2022-05-03 17:16:21 -07:00
reduction.py
resource_sharer.py
resource_tracker.py bpo-40692: Run more test_concurrent_futures tests (GH-20239) 2021-02-08 03:15:51 +00:00
shared_memory.py gh-91577: SharedMemory move imports out of methods (GH-91579) 2022-06-16 07:07:30 -07:00
sharedctypes.py
spawn.py
synchronize.py Fix typo in message from assert statement (GH-21283) 2020-08-17 19:08:55 +05:30
util.py Fix missing f prefix on f-strings (GH-91910) 2022-04-27 00:08:05 -07:00