Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
a string.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c77c9f..6d57532 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -180,6 +180,9 @@
 Extension Modules
 -----------------
 
+- Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
+  a string.
+
 - Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
   some functions like file.write().