Skip to content

Free Threaded Python Dependency Compatibility #22790

@cburroughs

Description

@cburroughs

To use Free Threaded Python with no GIL every C abi dependency needs to support that https://docs.python.org/3/howto/free-threading-python.html#the-global-interpreter-lock-in-free-threaded-python.

We need to:

  • Upgrade every dep to a version that supports with a free threaded version available.
  • Select (TBD how? Is there a regular marker ) the free threaded (t) version

user_reqs.lock deps using C abi:

  • cryptography
  • psutil
  • pynacl

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