gh-91126: Docs and tests for slotted dataclasses with __init_subclass__
by sobolevn · Pull Request #123342 · python/cpython (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation12 Commits2 Checks35 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Member
sobolevn commented
•
edited by github-actionsbot
Loading
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I will wait a bit for @ericvsmith's review and merge it in a couple of days. Thanks!
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
One week later - merging :)
sobolevn added a commit that referenced this pull request
…subclass__` (GH-123342) (#123569)
gh-91126: Docs and tests for slotted dataclasses with __init_subclass__
(GH-123342)
(cherry picked from commit 75e7282)
Co-authored-by: sobolevn mail@sobolevn.me
sobolevn added a commit that referenced this pull request
…subclass__` (GH-123342) (#123568)
gh-91126: Docs and tests for slotted dataclasses with __init_subclass__
(GH-123342)
(cherry picked from commit 75e7282)
Co-authored-by: sobolevn mail@sobolevn.me
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️
Hi! The buildbot PPC64LE RHEL8 Refleaks 3.13 has failed when building commit cfdf376.
What do you need to do:
- Don't panic.
- Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
- Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1407/builds/136) and take a look at the build logs.
- Check if the failure is related to this commit (cfdf376) or if it is a false positive.
- If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.
You can take a look at the buildbot page here:
https://buildbot.python.org/#/builders/1407/builds/136
Failed subtests:
- test_create_connection_local_addr_skip_different_family - test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_skip_different_family
Summary of the results of the build (if available):
Click to see traceback logs
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_asyncio/test_events.py", line 694, in test_create_connection_local_addr_skip_different_family with self.assertRaises(OSError): self.loop.run_until_complete(f) AssertionError: OSError not raised