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 serhiy.storchaka
Recipients alex, barry, serhiy.storchaka, taleinat, vila, vstinner
Date 2018-09-08.11:02:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536404542.43.0.56676864532.issue22807@psf.upfronthosting.co.za>
In-reply-to
Content
This breaks pickle compatibility. UUIDs pickled in 3.7 can't be unpickled in older Python versions because they do not have the SafeUUID class. See issue30977 for possible solution.
History
Date User Action Args
2018-09-08 11:02:22serhiy.storchakasetrecipients: + serhiy.storchaka, barry, vstinner, taleinat, vila, alex
2018-09-08 11:02:22serhiy.storchakasetmessageid: <1536404542.43.0.56676864532.issue22807@psf.upfronthosting.co.za>
2018-09-08 11:02:22serhiy.storchakalinkissue22807 messages
2018-09-08 11:02:22serhiy.storchakacreate