summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4eb0408..72114e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -432,6 +432,10 @@ Windows
C API
-----
+- Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
+ PyStructSequence_Field, PyStructSequence_Desc, and wrapperbase are now of
+ type "const char *" rather of "char *".
+
- Issue #28748: Private variable _Py_PackageContext is now of type "const char *"
rather of "char *".