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

bpo-46445: cover multiple inheritance of TypedDict in test_typing #30719

Merged
merged 3 commits into from Jan 21, 2022

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Jan 20, 2022

@@ -22,7 +22,6 @@
from typing import is_typeddict
from typing import no_type_check, no_type_check_decorator
from typing import Type
from typing import NewType
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not related, but it was unused and I felt like there's no need to create a separate PR for this. If required, I can revert this change.

@sobolevn sobolevn closed this Jan 20, 2022
@sobolevn sobolevn reopened this Jan 20, 2022
@gvanrossum
Copy link
Member

Should I merge or wait?

@JelleZijlstra JelleZijlstra added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Jan 21, 2022
@JelleZijlstra
Copy link
Member

I think it's ready to merge.

@gvanrossum gvanrossum merged commit 65b88d5 into python:main Jan 21, 2022
@miss-islington
Copy link
Contributor

Thanks @sobolevn for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 21, 2022
…pythonGH-30719)

(cherry picked from commit 65b88d5)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@miss-islington
Copy link
Contributor

Sorry, @sobolevn and @gvanrossum, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 65b88d5e01c845c0cfa3ff61bc8b2faec8f67a57 3.9

@bedevere-bot
Copy link

GH-30770 is a backport of this pull request to the 3.10 branch.

miss-islington added a commit that referenced this pull request Jan 21, 2022
…GH-30719)

(cherry picked from commit 65b88d5)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs backport to 3.9 only security fixes skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants