Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dont fail importing GenericMeta in python3.7 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chabotsi
Copy link

GenericMeta is not needed anymore in python3.7 (see PEP-560) and does
not exist anymore in the typing module.

For backward compatibilty with python3.6, the GenericMeta type is kept
in code and a GenericMeta class is created when the import fails.

GenericMeta is not needed anymore in python3.7 (see PEP-560) and does
not exist anymore in the typing module.

For backward compatibilty with python3.6, the GenericMeta type is kept
in code and a `GenericMeta` class is created when the import fails.
@rhasan
Copy link

rhasan commented Nov 27, 2019

Any news on when this would be merged into master?

@om-hb om-hb mentioned this pull request Jul 4, 2020
@jesusfbes
Copy link

This would be very interesting to merge.

@magdasalatka
Copy link

I second that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants