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

MAINT: improve support for free-threaded CPython #621

Merged
merged 2 commits into from
Apr 23, 2024

Commits on Apr 23, 2024

  1. MAINT: detect free-threaded CPython ("nogil") and handle limited API

    The free-threaded CPython build does not support the limited API yet,
    and won't in the near future. To avoid either cryptic build failures
    or a successfull build yielding an `abi3` tag which would not be
    correct, raise a clear error and don't attempt to build.
    rgommers authored and dnicolodi committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ce9982a View commit details
    Browse the repository at this point in the history
  2. TST: skip test that fails under free-threaded CPython for too old Cython

    Support for free-threaded CPython in Cython is still a work in progress,
    see e.g. cython#6137 - this will land in Cython 3.1.0, and the skipped
    test does pass when using Cython built from the branch in cython#6137.
    rgommers authored and dnicolodi committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    800eca7 View commit details
    Browse the repository at this point in the history