Eric Cousineau <eric.cousineau@tri.global> added the comment:
Thinking on it some more, I the current `Enum` metaclass doesn't distinguish between nested class and normal field, so it wraps it, thus why `pickle` gets confused. Perhaps it's possible to recognize this case - the class w/ `__qualname__` can be checked to see if it's nested. If so, then options are (a) skip wrapping the field, (b) failing fast, or (c) "no fix"? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45546> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com