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 vstinner
Recipients Alex.Willmer, christian.heimes, pitrou, vstinner
Date 2019-06-13.11:59:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560427142.51.0.707898128062.issue37210@roundup.psfhosted.org>
In-reply-to
Content
New changeset 63ab4ba07b492448844940c347787ba30735b7f2 by Victor Stinner in branch 'master':
bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)
https://github.com/python/cpython/commit/63ab4ba07b492448844940c347787ba30735b7f2
History
Date User Action Args
2019-06-13 11:59:02vstinnersetrecipients: + vstinner, pitrou, christian.heimes, Alex.Willmer
2019-06-13 11:59:02vstinnersetmessageid: <1560427142.51.0.707898128062.issue37210@roundup.psfhosted.org>
2019-06-13 11:59:02vstinnerlinkissue37210 messages
2019-06-13 11:59:02vstinnercreate