SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470
SF patch http://sourceforge.net/patch/?func=detailpatch&patch_id=103453&group_id=5470
PyMember_Set of T_CHAR always raises exception.
Unfortunately, this is a use of a C API function that Python itself never makes, so
there's no .py test I can check in to verify this stays fixed.  But the fault in the
code is obvious, and Dave Cole's patch just as obviously fixes it.
diff --git a/Misc/ACKS b/Misc/ACKS
index 9568547..554203f 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -72,6 +72,7 @@
 Vadim Chugunov
 Mike Clarkson
 Steve Clift
+Dave Cole
 Jeffery Collins
 Matt Conway
 Scott Cotton