Skip to content

Commit d5939cf

Browse files
committed
What's New for the additions
1 parent 87a5d30 commit d5939cf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,17 @@ New features
16471647
take a C integer and produce a Python :class:`bool` object. (Contributed by
16481648
Pablo Galindo in :issue:`45325`.)
16491649

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+
16501661

16511662
Limited C API changes
16521663
---------------------

0 commit comments

Comments
 (0)