8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up f 8000 or 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
We shouldn't need to slow down the construction of instances of a generic type.
Probably GenericMeta can pre-compute next_in_mro and then just set __new__ of the class to that.
__new__
(Though fixing #192 would make this a little more complicated.)
The text was updated successfully, but these errors were encountered:
Backport fix for #192 to Python 2. Remove optimistic TODO about #196.
37a3dd5
baf2d91
e0d1c5d
No branches or pull requests
We shouldn't need to slow down the construction of instances of a generic type.
Probably GenericMeta can pre-compute next_in_mro and then just set
__new__
of the class to that.(Though fixing #192 would make this a little more complicated.)
The text was updated successfully, but these errors were encountered: