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

Support building free-threaded CPython #319

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. Support building free-threaded CPython

    Add support for Python's free threading build mode where the global
    interpreter lock is disabled. The packages are marked using a suffix on
    the architecture, like 'x64-freethreaded' or 'arm64-freethreaded'.
    colesbury committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f01a978 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    51e9a4f View commit details
    Browse the repository at this point in the history