Commits


Vyas Ramasubramani authored and GitHub committed 1d966e98e41
GH-40386: [Python] Fix except clauses (#40387) ### 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 <vyasr@nvidia.com> Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>