-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
C API Extension Support for Freethreading HOWTO #119241
Labels
Comments
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
May 31, 2024
Some sections adapted from https://github.com/Quansight-Labs/free-threaded-compatibility/ written by Nathan Goldbaum. Co-authored-by: Nathan Goldbaum <[email protected]>
colesbury
added a commit
that referenced
this issue
Jun 18, 2024
Some sections adapted from https://github.com/Quansight-Labs/free-threaded-compatibility/ written by Nathan Goldbaum. Co-authored-by: Nathan Goldbaum <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 18, 2024
…GH-119877) Some sections adapted from https://github.com/Quansight-Labs/free-threaded-compatibility/ written by Nathan Goldbaum. (cherry picked from commit 02b272b) Co-authored-by: Sam Gross <[email protected]> Co-authored-by: Nathan Goldbaum <[email protected]>
colesbury
added a commit
that referenced
this issue
Jun 18, 2024
…9877) (#120693) Some sections adapted from https://github.com/Quansight-Labs/free-threaded-compatibility/ written by Nathan Goldbaum. (cherry picked from commit 02b272b) Co-authored-by: Sam Gross <[email protected]> Co-authored-by: Nathan Goldbaum <[email protected]>
picnixz
pushed a commit
to picnixz/cpython
that referenced
this issue
Jun 19, 2024
…#119877) Some sections adapted from https://github.com/Quansight-Labs/free-threaded-compatibility/ written by Nathan Goldbaum. Co-authored-by: Nathan Goldbaum <[email protected]>
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
…#119877) Some sections adapted from https://github.com/Quansight-Labs/free-threaded-compatibility/ written by Nathan Goldbaum. Co-authored-by: Nathan Goldbaum <[email protected]>
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
…#119877) Some sections adapted from https://github.com/Quansight-Labs/free-threaded-compatibility/ written by Nathan Goldbaum. Co-authored-by: Nathan Goldbaum <[email protected]>
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…#119877) Some sections adapted from https://github.com/Quansight-Labs/free-threaded-compatibility/ written by Nathan Goldbaum. Co-authored-by: Nathan Goldbaum <[email protected]>
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
Sep 23, 2024
This is a guide aimed at people writing Python code, as oppposed to the existing guide for C API extension authors.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should add a "HOWTO" guide for C API extension authors covering how to support the free-threaded build.
See also https://peps.python.org/pep-0703/#how-to-teach-this
Linked PRs
The text was updated successfully, but these errors were encountered: