]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
authorRenato Cunha <renatocunha@acm.org>
Sun, 29 Nov 2020 18:23:15 +0000 (15:23 -0300)
committerGitHub <noreply@github.com>
Sun, 29 Nov 2020 18:23:15 +0000 (10:23 -0800)
commit86684319d3dad8e1a7b0559727a48e0bc50afb01
tree77a9a88f15de446bd88c59d06f9380f2be210c7b
parent86150d39c888579b65841f4391d054b7b3eff9f2
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)

* bpo-42406: Fix whichmodule() with multiprocessing

Signed-off-by: Renato L. de F. Cunha <renatoc@br.ibm.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/pickle.py
Misc/NEWS.d/next/Library/2020-11-19-10-44-41.bpo-42406.r9rNCj.rst [new file with mode: 0644]