]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (#26987)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Jul 2021 04:15:47 +0000 (21:15 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Jul 2021 04:15:47 +0000 (21:15 -0700)
commit3ec3e0f83c34eda1ad89b731e68f4a22a5f39333
tree4f369f669c2bf927aa7df4e2b40965014d31a54a
parent956f1fc89475f6c8252a9eb0689bcf0eb69c15ea
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (#26987)

Co-authored-by: Jordan Speicher <jordan@jspeicher.com>
(cherry picked from commit 85b920498b42c69185540ecc2f5c4907fd38d877)

Co-authored-by: finefoot <33361833+finefoot@users.noreply.github.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]