Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
#90224 deprecated the creation of TypedDicts through the kwargs-based syntax (TypedDict("TD", a=int, b=str)
). The syntax is to be removed in 3.13, so now is the time to do that.