]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
authorfinefoot <33361833+finefoot@users.noreply.github.com>
Fri, 2 Jul 2021 03:45:02 +0000 (05:45 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Jul 2021 03:45:02 +0000 (20:45 -0700)
commit85b920498b42c69185540ecc2f5c4907fd38d877
tree64df6208092a4f89da21c6083580b9e81d5c979e
parenta7e251b07aa5f1a858a3e791a30dea78e93ab728
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)

Co-authored-by: Jordan Speicher <jordan@jspeicher.com>
Lib/multiprocessing/managers.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2019-09-25-13-54-41.bpo-30256.wBkzox.rst [new file with mode: 0644]
Misc/NEWS.d/next/Tests/2019-09-25-18-10-10.bpo-30256.A5i76Q.rst [new file with mode: 0644]