Skip to content

Remove slots already defined in base class #13028

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

Merged
merged 2 commits into from
Jun 28, 2022

Conversation

denballakh
Copy link
Contributor

@denballakh denballakh commented Jun 26, 2022

Description

Remove redefining base class slots.
nodes.TypeAlias.line slot is defined in nodes.Context
nodes.TypeAlias.column slot is defined in nodes.Context
nodes.PlaceholderNode.line slot is defined in nodes.Context
types.TypeAliasType.line slot is defined in nodes.Context
types.TypeAliasType.column slot is defined in nodes.Context
types.Overloaded.fallback slot is defined in types.FunctionLike

Test Plan

No additional tests required.

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@emmatyping emmatyping merged commit a4ae0ad into python:master Jun 28, 2022
@emmatyping
Copy link
Member

Thanks!

Gobot1234 pushed a commit to Gobot1234/mypy that referenced this pull request Aug 12, 2022
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.

2 participants