[ctypes-commit] ctypes ChangeLog,1.128,1.129
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-05-19 15:40:36
|
Update of /cvsroot/ctypes/ctypes In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8259 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/ctypes/ctypes/ChangeLog,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** ChangeLog 18 May 2006 09:47:09 -0000 1.128 --- ChangeLog 19 May 2006 15:40:28 -0000 1.129 *************** *** 1,4 **** --- 1,7 ---- 2006-05-18 Thomas Heller <th...@py...> + * source\callproc.c: Fix compiler warning about comparison of + signed and unsigned values. + * source\_ctypes.c: Correct recount issues in the (unlikely) case that KeepRef fails. |