]> 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:43:36 +0000 (10:43 -0800)
committerGitHub <noreply@github.com>
Sun, 29 Nov 2020 18:43:36 +0000 (10:43 -0800)
commitb1c48e513624641d6472262c33d09624170ea1f5
tree0da688439a2f92d56a393d224efd65aa83b426b2
parentc3009a5818112b5fb8867d786ce33e0e9489f4e0
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]