Skip to content

typing: _PickleUsingNameMixin is dead code #110180

Closed
@AlexWaygood

Description

@AlexWaygood

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

No one assigned

    Labels

    stdlibPython modules in the Lib dirtopic-typingtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions