Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__#103402
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
…ject's __set_name__
bedevere-bot commentedApr 9, 2023
🤖 New build scheduled with the buildbot fleet by@iritkatriel for commitbeaf88a 🤖 If you want to schedule another build, you need to add the🔨 test-with-refleak-buildbots label again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Much nicer, thank you!
Thanks, I just want to refactor some common code into a new function. |
bedevere-bot commentedApr 10, 2023
🤖 New build scheduled with the buildbot fleet by@iritkatriel for commit31d4202 🤖 If you want to schedule another build, you need to add the🔨 test-with-refleak-buildbots label again. |
bedevere-bot commentedApr 10, 2023
🤖 New build scheduled with the buildbot fleet by@iritkatriel for commit4d9c542 🤖 If you want to schedule another build, you need to add the🔨 test-with-refleak-buildbots label again. |
…ject's __set_name__ (python#103402)
…ject's __set_name__ (python#103402)
Uh oh!
There was an error while loading.Please reload this page.
Fixes#77757.