bpo-34572: change _pickle unpickling to use import rather than retrieving from...
bpo-34572: change _pickle unpickling to use import rather than retrieving from sys.modules (GH-9047) Fix C implementation of pickle.loads to use importlib's locking mechanisms, and thereby avoid using partially-loaded modules.
Showing
Please register or sign in to comment