-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
gh-137043: DOC: Free-threading howto should mention PyList_GET_ITEM
#137042
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
Conversation
PyList_GET_ITEM
PyList_GET_ITEM
PyList_GET_ITEM
PyList_GET_ITEM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thanks @crusaderky for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…free-threading docs (pythonGH-137042) (cherry picked from commit 38b936c) Co-authored-by: Guido Imperiale <crusaderky@gmail.com>
…free-threading docs (pythonGH-137042) (cherry picked from commit 38b936c) Co-authored-by: Guido Imperiale <crusaderky@gmail.com>
GH-137045 is a backport of this pull request to the 3.14 branch. |
GH-137046 is a backport of this pull request to the 3.13 branch. |
Closes #137043
PyList_GET_ITEM
should be treated akin toPyList_GetItem
when it comes to free-threading considerations.Matching PR: python/peps#4507
📚 Documentation preview 📚: https://cpython-previews--137042.org.readthedocs.build/