Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
bpo-25479: add unit test for __subclasshook__ in test_abc.py#24034
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Converted the patch previously submitted by szymon to extend the coverage of ABC tests into a github PR.Co-authored-by: Szymon Trapp
iritkatriel commentedJan 1, 2021
@karlcow Thanks for the patch. A comment on process: when responding to reviews, don't squash and force-push, just push the additional commit(s). It's nice for the reviewers to be able to see the diff, particularly for more complex PRs. When the PR is merged all the commit are squashed into one, so you don't need to do this. |
This PR is stale because it has been open for 30 days with no activity. |
iritkatriel commentedMay 12, 2021
closing and reopening to get a fresh test run |
miss-islington commentedMay 12, 2021
Thanks@karlcow for the PR, and@iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9. |
miss-islington commentedMay 12, 2021
Sorry@karlcow and@iritkatriel, I had trouble checking out the |
bedevere-bot commentedMay 12, 2021
GH-26063 is a backport of this pull request to the3.9 branch. |
…ythonGH-24034)Co-authored-by: Szymon Trapp(cherry picked from commit5010c04)Co-authored-by: Karl Dubost <karl+github@la-grange.net>
bedevere-bot commentedMay 12, 2021
GH-26065 is a backport of this pull request to the3.10 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Converted the patch previously submitted by szymon to extend the coverage of ABC tests into a github PR.
Co-authored-by: Szymon Trapp
https://bugs.python.org/issue25479
Automerge-Triggered-By: GH:iritkatriel