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

[mypyc] Fix multiple inheritance with a protocol on Python 3.12 #15572

Merged
merged 1 commit into from Jul 6, 2023

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Jul 3, 2023

Fix the testProtocol test case in mypyc/test-data/run-classes.test.

There was a comment indicating that the code that causes the test to fail on 3.12 is required Python versions older than 3.7, so let's remove it. We only support 3.8 and later these days.

Work on mypyc/mypyc#995.

Fix the testProtocol test case in mypyc/test-data/run-classes.test.

There was a comment indicating that the code that causes the test to
fail on 3.12 is required Python versions older than 3.7, so let's
remove it. We only support 3.8 and later these days.
@JukkaL
Copy link
Collaborator Author

JukkaL commented Jul 3, 2023

cc @msullivan who wrote the deleted code back in 2018.

@JukkaL JukkaL merged commit 79114d1 into master Jul 6, 2023
13 checks passed
@JukkaL JukkaL deleted the fix-protocol-3.12 branch July 6, 2023 17:09
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.

None yet

2 participants