Skip to content

Avoid re-enabling the GIL at runtime #61589

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

Merged
merged 1 commit into from
Jun 6, 2025

Conversation

lysnikolaou
Copy link
Contributor

The GIL gets dynamically reenabled because the shared utility Cython build does not include the freethreading_compatible directive.

  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@mroeschke mroeschke added Build Library building on various platforms Internals Related to non-user accessible pandas implementation labels Jun 6, 2025
@mroeschke mroeschke added this to the 3.0 milestone Jun 6, 2025
@mroeschke mroeschke merged commit 6a9d50c into pandas-dev:main Jun 6, 2025
108 of 134 checks passed
@mroeschke
Copy link
Member

Thanks @lysnikolaou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms Internals Related to non-user accessible pandas implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants