commit | 3129432845948fdcab1e05042e99a19e9e2c3c71 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Feb 18 07:52:32 2019 -0800 |
committer | Antoine Pitrou <pitrou@free.fr> | Mon Feb 18 15:52:32 2019 +0000 |
tree | 9084b4be71d8d4b85bbaaea39e0d199743ffbed2 | |
parent | 0e379d43acc25277f02262212932d3c589a2031b [diff] |
bpo-34572: change _pickle unpickling to use import rather than retrieving from sys.modules (GH-9047) (GH-11921) Fix C implementation of pickle.loads to use importlib's locking mechanisms, and thereby avoid using partially-loaded modules. (cherry picked from commit 4371c0a9c0848f7a0947d43f26f234842b41efdf) Co-authored-by: tjb900 <ozburgess@gmail.com>