Skip to content

Consider providing Python 3.14t (i.e., free-threading or nogil) #1052

Closed
@hpkfft

Description

@hpkfft

This can be built by specifying --disable-gil to configure.
See also: https://docs.python.org/3.14/whatsnew/3.14.html#free-threaded-mode

As a quick sanity check, the following should work:

>>> import sys
>>> sys._is_gil_enabled()
False

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions