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 cheryl.sabella, fish2000, levkivskyi, serhiy.storchaka, uriyyo
Date 2021-07-23.15:20:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627053619.64.0.260183127207.issue34963@roundup.psfhosted.org>
In-reply-to
Content
`NewType` was converted into callable class at scope of https://bugs.python.org/issue44353

Currently `repr` of `NewType` is:
```
>>> UserId = NewType("UserId", int)
__main__.UserId
```
History
Date User Action Args
2021-07-23 15:20:19uriyyosetrecipients: + uriyyo, serhiy.storchaka, levkivskyi, cheryl.sabella, fish2000
2021-07-23 15:20:19uriyyosetmessageid: <1627053619.64.0.260183127207.issue34963@roundup.psfhosted.org>
2021-07-23 15:20:19uriyyolinkissue34963 messages
2021-07-23 15:20:19uriyyocreate