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 uriyyo
Recipients JelleZijlstra, domdfcoding, gvanrossum, joperez, kj, levkivskyi, uriyyo
Date 2021-07-19.19:51:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626724294.28.0.975549921464.issue44353@roundup.psfhosted.org>
In-reply-to
Content
I opened PR with refactored `typing.NewType` into callable class.

Also I have added `__module__` attr to typing.NewType so it will become pickable.
History
Date User Action Args
2021-07-19 19:51:34uriyyosetrecipients: + uriyyo, gvanrossum, levkivskyi, JelleZijlstra, joperez, domdfcoding, kj
2021-07-19 19:51:34uriyyosetmessageid: <1626724294.28.0.975549921464.issue44353@roundup.psfhosted.org>
2021-07-19 19:51:34uriyyolinkissue44353 messages
2021-07-19 19:51:34uriyyocreate