This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alexandre.vassalotti, brett.cannon, eric.snow, ncoghlan, pitrou, tjb900
Date 2019-02-18.15:30:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550503856.85.0.0706506657685.issue34572@roundup.psfhosted.org>
In-reply-to
Content
New changeset 4371c0a9c0848f7a0947d43f26f234842b41efdf by Antoine Pitrou (tjb900) in branch 'master':
bpo-34572: change _pickle unpickling to use import rather than retrieving from sys.modules (GH-9047)
https://github.com/python/cpython/commit/4371c0a9c0848f7a0947d43f26f234842b41efdf
History
Date User Action Args
2019-02-18 15:30:56pitrousetrecipients: + pitrou, brett.cannon, ncoghlan, alexandre.vassalotti, eric.snow, tjb900
2019-02-18 15:30:56pitrousetmessageid: <1550503856.85.0.0706506657685.issue34572@roundup.psfhosted.org>
2019-02-18 15:30:56pitroulinkissue34572 messages
2019-02-18 15:30:56pitroucreate