-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
stdlibStandard 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
Description
Bug report
Bug description:
The typing._PickleUsingNameMixin class is dead code, and should be removed. In Python 3.11, it was used as a mixin class for typing.TypeVar, typing.TypeVarTuple, and typing.ParamSpec. However, all three classes are now implemented in C on Python 3.12+, and no longer make use of this mixin.
Linked PRs
Metadata
Metadata
Assignees
Labels
stdlibStandard 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