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

[Python] Remove Cython workarounds #45433

Closed
pitrou opened this issue Feb 5, 2025 · 1 comment
Closed

[Python] Remove Cython workarounds #45433

pitrou opened this issue Feb 5, 2025 · 1 comment

Comments

@pitrou
Copy link
Member

pitrou commented Feb 5, 2025

Describe the enhancement requested

Now that we require Cython 3.0 or later, we can remove a number of workarounds accumulated over the years.

Component(s)

Python

@pitrou pitrou self-assigned this Feb 5, 2025
pitrou added a commit to pitrou/arrow that referenced this issue Feb 5, 2025
We've accumulated multiple workarounds for various Cython issues over the years.

Now that we require at least Cython 3.0, we can remove some of those.
pitrou added a commit that referenced this issue Feb 6, 2025
### Rationale for this change

We've accumulated multiple workarounds for various Cython issues over the years.

Now that we require at least Cython 3.0, we can remove some of those.

### Are these changes tested?

Yes, by existing CI builds and tests.

### Are there any user-facing changes?

No.
* GitHub Issue: #45433

Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
@pitrou pitrou added this to the 20.0.0 milestone Feb 6, 2025
@pitrou
Copy link
Member Author

pitrou commented Feb 6, 2025

Issue resolved by pull request 45437
#45437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant