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

C API Extension Support for Freethreading HOWTO #119241

Closed
colesbury opened this issue May 20, 2024 · 0 comments
Closed

C API Extension Support for Freethreading HOWTO #119241

colesbury opened this issue May 20, 2024 · 0 comments
Assignees
Labels

Comments

@colesbury
Copy link
Contributor

colesbury commented May 20, 2024

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

@colesbury colesbury added docs Documentation in the Doc dir topic-free-threading labels May 20, 2024
@colesbury colesbury self-assigned this May 20, 2024
colesbury added a commit to colesbury/cpython that referenced this issue May 31, 2024
colesbury added a commit that referenced this issue Jun 18, 2024
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
@hugovk hugovk closed this as completed Jun 20, 2024
mrahtz pushed a commit to mrahtz/cpython that referenced this issue Jun 30, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue Jul 11, 2024
estyxx pushed a commit to estyxx/cpython that referenced this issue Jul 17, 2024
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
Labels
Projects
None yet
Development

No branches or pull requests

3 participants