-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
gh-106318: Add example for str.isalpha() #137557
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
…#106335) Remove private _PyThreadState and _PyInterpreterState C API functions: move them to the internal C API (pycore_pystate.h and pycore_interp.h). Don't export most of these functions anymore, but still export functions used by tests. Remove _PyThreadState_Prealloc() and _PyThreadState_Init() from the C API, but keep it in the stable API.
This reverts commit ebfa093.
Co-authored-by: Éric <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
|
Thanks @adorilson for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
|
Sorry, @adorilson and @hugovk, I could not cleanly backport this to |
|
Sorry, @adorilson and @hugovk, I could not cleanly backport this to |
|
GH-141901 is a backport of this pull request to the 3.14 branch. |
(cherry picked from commit 0387a8e) Co-authored-by: Adorilson Bezerra <[email protected]> Co-authored-by: Éric <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
|
GH-141902 is a backport of this pull request to the 3.13 branch. |
(cherry picked from commit 0387a8e) Co-authored-by: Adorilson Bezerra <[email protected]> Co-authored-by: Éric <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
Co-authored-by: Adorilson Bezerra <[email protected]> Co-authored-by: Éric <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
Co-authored-by: Adorilson Bezerra <[email protected]> Co-authored-by: Éric <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
WIP to #106318
📚 Documentation preview 📚: https://cpython-previews--137557.org.readthedocs.build/