Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
GH-125515: Remove two unused error branches.#133181
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
Conversation
!buildbot iOS |
bedevere-bot commentedApr 30, 2025
🤖 New build scheduled with the buildbot fleet by@freakboy3742 for commit47c304e 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F133181%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
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.
The warning is gone, thanks!
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.
Nice. thanks for tidying up after us 🙂
6c522de
intopython:mainUh oh!
There was an error while loading.Please reload this page.
bedevere-bot commentedApr 30, 2025
|
Uh oh!
There was an error while loading.Please reload this page.
Removes two unused error handling branches from the generated bytecode handling; these were raising unreachable code warnings on macOS.
Python/generated_cases.c.h
#125515