]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Nov 2020 18:47:31 +0000 (10:47 -0800)
committerGitHub <noreply@github.com>
Sun, 29 Nov 2020 18:47:31 +0000 (10:47 -0800)
commitfcf7391f598e027a083173662a3ecf7865251291
tree8dff95fde8fb3c3bd3aa889deaeaf3143f86fc22
parentcf47b3969e21f66655fcb414ff9bfdd503069c2d
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>
(cherry picked from commit 86684319d3dad8e1a7b0559727a48e0bc50afb01)

Co-authored-by: Renato Cunha <renatocunha@acm.org>
Lib/pickle.py
Misc/NEWS.d/next/Library/2020-11-19-10-44-41.bpo-42406.r9rNCj.rst [new file with mode: 0644]