Message 327595 - Python tracker

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.

Content
For repr you need to set __qualname__, not just __name__. It may be worth to set also __module__ for pickleability and better help.