[Python-checkins] CVS: python/dist/src/Misc ACKS,1.74,1.75

Tim Peters tim_one@users.sourceforge.net
Fri, 26 Jan 2001 22:20:10 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv8159/python/dist/src/Misc

Modified Files:
	ACKS 
Log Message:
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.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** ACKS	2001/01/26 06:49:56	1.74
--- ACKS	2001/01/27 06:20:07	1.75
***************
*** 73,76 ****
--- 73,77 ----
  Mike Clarkson
  Steve Clift
+ Dave Cole
  Jeffery Collins
  Matt Conway