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 Eric Cousineau
Recipients Eric Cousineau
Date 2021-10-20.23:15:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634771756.0.0.781593797244.issue45546@roundup.psfhosted.org>
In-reply-to
Content
Ah, forgot to include error message:

```
<class '__main__.Works1'>
<enum 'Works2'>
<enum 'DoesNotWork'>
E
...
_pickle.PicklingError: Can't pickle <class '__main__.DoesNotWork.NestedValue2'>: it's not the same object as __main__.DoesNotWork.NestedValue2
```
History
Date User Action Args
2021-10-20 23:15:56Eric Cousineausetrecipients: + Eric Cousineau
2021-10-20 23:15:55Eric Cousineausetmessageid: <1634771756.0.0.781593797244.issue45546@roundup.psfhosted.org>
2021-10-20 23:15:55Eric Cousineaulinkissue45546 messages
2021-10-20 23:15:55Eric Cousineaucreate