Issue #12881: ctypes: Fix segfault with large structure field names.
diff --git a/Misc/NEWS b/Misc/NEWS
index 42627a2..aebd899 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,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.