-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-40386: [Python] Fix except clauses #40387
Conversation
|
After merging your PR, Conbench analyzed the 7 benchmarking runs that have been run so far on merge-commit 1d966e9. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change See apache#40386, these changes are necessary for compatibility with Cython 3.0.9 ### What changes are included in this PR? This PR removes unnecessary `noexcept` clauses. ### Are these changes tested? Covered by existing builds. ### Are there any user-facing changes? No. * GitHub Issue: apache#40386 Authored-by: Vyas Ramasubramani <[email protected]> Signed-off-by: Felipe Oliveira Carvalho <[email protected]>
### Rationale for this change See apache#40386, these changes are necessary for compatibility with Cython 3.0.9 ### What changes are included in this PR? This PR removes unnecessary `noexcept` clauses. ### Are these changes tested? Covered by existing builds. ### Are there any user-facing changes? No. * GitHub Issue: apache#40386 Authored-by: Vyas Ramasubramani <[email protected]> Signed-off-by: Felipe Oliveira Carvalho <[email protected]>
### Rationale for this change See #40386, these changes are necessary for compatibility with Cython 3.0.9 ### What changes are included in this PR? This PR removes unnecessary `noexcept` clauses. ### Are these changes tested? Covered by existing builds. ### Are there any user-facing changes? No. * GitHub Issue: #40386 Authored-by: Vyas Ramasubramani <[email protected]> Signed-off-by: Felipe Oliveira Carvalho <[email protected]>
Rationale for this change
See #40386, these changes are necessary for compatibility with Cython 3.0.9
What changes are included in this PR?
This PR removes unnecessary
noexcept
clauses.Are these changes tested?
Covered by existing builds.
Are there any user-facing changes?
No.