[New-bugs-announce] [issue34621] uuid.UUID objects can't be unpickled in older Python versions (<3.7)

Tal Einat report at bugs.python.org
Mon Sep 10 08:16:57 EDT 2018


New submission from Tal Einat <taleinat at gmail.com>:

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.

----------
components: Library (Lib)
messages: 324919
nosy: serhiy.storchaka, taleinat
priority: normal
severity: normal
status: open
title: uuid.UUID objects can't be unpickled in older Python versions (<3.7)
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34621>
_______________________________________


More information about the New-bugs-announce mailing list