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 2018-09-10.12:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536581817.86.0.56676864532.issue34621@psf.upfronthosting.co.za>
In-reply-to
Content
This affects only 3.7, where the new SafeUUID enum was introduced.

This was fixed on the master branch (3.8) while implementing issue30977.

Fixing this should simply require defining similar __getstate__ and __setstate__ methods as in 3.8.
History
Date User Action Args
2018-09-10 12:16:57taleinatsetrecipients: + taleinat, serhiy.storchaka
2018-09-10 12:16:57taleinatsetmessageid: <1536581817.86.0.56676864532.issue34621@psf.upfronthosting.co.za>
2018-09-10 12:16:57taleinatlinkissue34621 messages
2018-09-10 12:16:57taleinatcreate