Skip to content

Commit 99efe13

Browse files
vstinnerencukou
andauthored
Update Misc/NEWS.d/next/C_API/2025-01-29-11-58-38.gh-issue-89188.BsfLr3.rst
Co-authored-by: Petr Viktorin <[email protected]>
1 parent e9073e1 commit 99efe13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Implement :c:func:`PyUnicode_KIND` and :c:func:`PyUnicode_DATA` as function,
22
in addition to the macros with the same names. The macros rely on C bit
3-
fields which is an undefined behavior. Patch by Victor Stinner.
3+
fields which have compiler-specific layout. Patch by Victor Stinner.

0 commit comments

Comments
 (0)