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.
T
tjb900 committed
4371c0a9c0848f7a0947d43f26f234842b41efdf
Parent: 4a7f44a
Committed by Antoine Pitrou <pitrou@free.fr>
on 2/18/2019, 3:30:51 PM