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

updating the error message for abstract class #91578

Closed
vainaixr opened this issue Apr 15, 2022 · 1 comment
Closed

updating the error message for abstract class #91578

vainaixr opened this issue Apr 15, 2022 · 1 comment
Labels
type-feature A feature request or enhancement

Comments

@vainaixr
Copy link
Contributor

current message -
"Can't instantiate abstract class with abstract methods"

expected message -
"Can't instantiate abstract class with no implementation for abstract methods"

@AlexWaygood AlexWaygood added type-bug An unexpected behavior, bug, or error type-feature A feature request or enhancement and removed type-bug An unexpected behavior, bug, or error labels Apr 15, 2022
carlbordum added a commit to carlbordum/cpython that referenced this issue May 10, 2022
carlbordum added a commit to carlbordum/cpython that referenced this issue May 10, 2022
ericvsmith pushed a commit that referenced this issue May 12, 2022
@AlexWaygood
Copy link
Member

Fixed in #47246. Thanks for working on this, @vainaixr!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants