Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

3.10.0.1 breaks CI in importlib_metadata #865

Copy link
Copy link
@jaraco

Description

@jaraco
Issue body actions

In python/importlib_metadata#350, I observed that the tests on Python 3.10 started failing. Looking at a diff of the dependencies, I can see that the issue is brought about by the introduction of the recently released typing-extensions==3.10.0.1.

Error message is:

    class _ConcatenateGenericAlias(list):
    
        # Trick Generic into looking into this for __parameters__.
        if PEP_560:
>           __class__ = _GenericAlias
E           NameError: name '_GenericAlias' is not defined

.tox/python/lib/python3.10/site-packages/typing_extensions.py:2394: NameError

I suspect this issue will have widespread impact on environments running under Python 3.10.

davfsa, Zac-HD, ashwinvin, iamthen0ise and AMDmi3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.