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 taleinat
Recipients serhiy.storchaka, taleinat
Date 2019-08-04.19:30:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564947011.21.0.791607411009.issue34621@roundup.psfhosted.org>
In-reply-to
Content
Note that the original fix, in PR GH-9133, contained a bug: UUID objects with `is_safe` set to `SafeUUID.unknown` would cause an exception if unpickled with Python <3.7.

This was reported by Thomas Wiebe in a comment to a commit in that PR:
https://github.com/python/cpython/commit/d53f1cabe8837697df4acb70c9c6537461b5eeda#commitcomment-31396021

This is now fixed, see PR GH-14834.
History
Date User Action Args
2019-08-04 19:30:11taleinatsetrecipients: + taleinat, serhiy.storchaka
2019-08-04 19:30:11taleinatsetmessageid: <1564947011.21.0.791607411009.issue34621@roundup.psfhosted.org>
2019-08-04 19:30:11taleinatlinkissue34621 messages
2019-08-04 19:30:11taleinatcreate