Merge from 3.2: 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 d83c122..215bc84 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1240,6 +1240,9 @@
 Extension Modules
 -----------------
 
+- Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
+  a string.
+
 - Issue #11241: subclasses of ctypes.Array can now be subclassed.
 
 - Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to