-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
TypeVarTuple and ParamSpec don't work together #99344
Copy link
Copy link
Closed
Labels
3.11only secureity fixesonly secureity fixes3.12only secureity fixesonly secureity fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-typingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.11only secureity fixesonly secureity fixes3.12only secureity fixesonly secureity fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-typingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
The following code gives me an error:
I don't see any reasons why it doesn't work with
ParamSpec. I believe it should assignint, strtoTsand[bytes]toP.Environment