Skip to content
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

Merged
merged 1 commit into from Mar 6, 2024

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Mar 6, 2024

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.

Copy link

github-actions bot commented Mar 6, 2024

⚠️ GitHub issue #40386 has been automatically assigned in GitHub to PR creator.

@felipecrv felipecrv merged commit 1d966e9 into apache:main Mar 6, 2024
11 of 12 checks passed
@felipecrv felipecrv removed the awaiting review Awaiting review label Mar 6, 2024
@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Mar 6, 2024
@vyasr vyasr deleted the fix/cython_309_warnings branch March 6, 2024 22:39
Copy link

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.

mapleFU pushed a commit to mapleFU/arrow that referenced this pull request Mar 7, 2024
### 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 <vyasr@nvidia.com>
Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 8, 2024
### 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 <vyasr@nvidia.com>
Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
raulcd pushed a commit that referenced this pull request Mar 12, 2024
### 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants