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 serhiy.storchaka
Recipients Doug Hoskisson, serhiy.storchaka
Date 2021-08-16.10:53:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629111204.9.0.835855714317.issue44915@roundup.psfhosted.org>
In-reply-to
Content
You can use the functional form of TypedDict:

C = TypedDict("C", {"to": int, "from": int})
History
Date User Action Args
2021-08-16 10:53:24serhiy.storchakasetrecipients: + serhiy.storchaka, Doug Hoskisson
2021-08-16 10:53:24serhiy.storchakasetmessageid: <1629111204.9.0.835855714317.issue44915@roundup.psfhosted.org>
2021-08-16 10:53:24serhiy.storchakalinkissue44915 messages
2021-08-16 10:53:24serhiy.storchakacreate