[ctypes-commit] ctypes ChangeLog,1.73,1.74
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2004-12-02 21:05:05
|
Update of /cvsroot/ctypes/ctypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1618 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/ctypes/ctypes/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** ChangeLog 2 Dec 2004 09:53:30 -0000 1.73 --- ChangeLog 2 Dec 2004 21:04:50 -0000 1.74 *************** *** 1,6 **** 2004-12-02 Thomas Heller <th...@py...> ! * (Message): The _fields_ attribute is now handled correctly in ! Structure sub-subclasses. It is extended instead of replaced. if 'sizeof(int) == sizeof(long)', c_int/c_uint are now aliases for --- 1,10 ---- 2004-12-02 Thomas Heller <th...@py...> ! * Structure types as restype of functions do work now. But I have ! severe doubts that passing structures by values works. Not to ! speak about callback functions! ! ! The _fields_ attribute is now handled correctly in Structure ! sub-subclasses. It is extended instead of replaced. if 'sizeof(int) == sizeof(long)', c_int/c_uint are now aliases for |