We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a5d30 commit d5939cfCopy full SHA for d5939cf
Doc/whatsnew/3.14.rst
@@ -1647,6 +1647,17 @@ New features
1647
take a C integer and produce a Python :class:`bool` object. (Contributed by
1648
Pablo Galindo in :issue:`45325`.)
1649
1650
+* Add unstable API for ``PyUnicode`` objects, for advanced use cases that
1651
+ require complex migration from deprecated structures:
1652
+
1653
+ * :c:type:`PyUnstable_ASCIIObject`
1654
+ * :c:type:`PyUnstable_CompactUnicodeObject`
1655
+ * :c:type:`PyUnstable_UnicodeObject`
1656
+ * :c:type:`PyUnstable_Unicode_GET_CACHED_HASH`
1657
1658
+ See the documentation for caveats.
1659
+ (Contributed by Petr Viktorin in :gh:`131510`)
1660
1661
1662
Limited C API changes
1663
---------------------
0 commit comments