Uh oh!
There was an error while loading. Please reload this page.
gh-106318: Add example for str.isalnum() - #137550
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.
StanFromIreland
commented
Aug 8, 2025
@adorilson PS. Whatever branch you are creating branches from has a few extra commits. |
Uh oh!
There was an error while loading. Please reload this page.
adorilson
commented
Aug 8, 2025
A long git horror history. But now it has ended (I hope). |
hugovk
commented
Feb 8, 2026
We've all had git horror stories! 😱🧛😈 |
Uh oh!
There was an error while loading. Please reload this page.
Thanks @adorilson for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Thanks @adorilson for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
(cherry picked from commit 3dd7a3c) Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
(cherry picked from commit 3dd7a3c) Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
GH-144609 is a backport of this pull request to the 3.14 branch. |
GH-144610 is a backport of this pull request to the 3.13 branch. |
WIP to #106318
📚 Documentation preview 📚: https://cpython-previews--137550.org.readthedocs.build/