]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
authorVictor Stinner <vstinner@python.org>
Mon, 27 Apr 2020 16:11:10 +0000 (18:11 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 16:11:10 +0000 (09:11 -0700)
commit9adccc1384568f4d46e37f698cb3e3a4f6ca0252
treef12424600659c0171b2f70f6ab97060c9a31b977
parentc5c42815ecb560bbf34db99b0e15fe9b604be889
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)

Add a new close() method to multiprocessing.SimpleQueue to explicitly
close the queue.

Automerge-Triggered-By: @pitrou
Doc/library/multiprocessing.rst
Doc/whatsnew/3.9.rst
Lib/multiprocessing/queues.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2020-04-27-17-19-09.bpo-30966._5lDx-.rst [new file with mode: 0644]