cpython
cpython copied to clipboard
gh-76535: Add C API functions for changing case of a single codepoint
Additionally, move iscased and iscaseignorable from the internal API to the public API and add convenience macros. These are needed to handle the capital sigma case.
Closes #76535.
- Issue: gh-76535
📚 Documentation preview 📚: https://cpython-previews--117117.org.readthedocs.build/
Please add tests. I see a handful of flaws in the design and the implementation, the tests will expose them.
Closing this in favor of #136176.