commit | 547397c45b4c6334ac6e8ee713de012a05a4fe4a | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Jan 27 06:20:08 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Jan 27 06:20:08 2001 +0000 |
tree | 4faa256c13c8df4cfc4c031de0e7ebf6b71b5715 | |
parent | 40ead76ed67f345ae0c7b92072033166408535ad [diff] [blame] |
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