Issue #12881: ctypes: Fix segfault with large structure field names.
diff --git a/Misc/NEWS b/Misc/NEWS
index 822594c..3714c43 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1303,6 +1303,8 @@
 Extension Modules
 -----------------
 
+- Issue #12881: ctypes: Fix segfault with large structure field names.
+
 - Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by
   Thomas Jarosch.