[ctypes-commit] ctypes ChangeLog,1.113,1.114
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-03-27 18:41:39
|
Update of /cvsroot/ctypes/ctypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5769 Modified Files: ChangeLog Log Message: *** empty log message *** Index: ChangeLog =================================================================== RCS file: /cvsroot/ctypes/ctypes/ChangeLog,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** ChangeLog 20 Mar 2006 07:27:59 -0000 1.113 --- ChangeLog 27 Mar 2006 18:41:35 -0000 1.114 *************** *** 1,2 **** --- 1,20 ---- + 2006-03-27 Thomas Heller <th...@py...> + + * setup.py: Fixes from Khalid A. Bakr. + + He writes: """I have made some changes (see attached diff) to the + setup.py to have MinGW pass the "--enable-stdcall-fixup" to the + linker to suppress some warnings. And I have added another linker + option, namely "--kill-at" to remove the @XY decoration that MinGW + normally attaches to stdcall functions. + + With the latter change, test_cfuncs (which had previously reported + 26 failures out of 52 tests) now only reports 3. It seems that the + stdcall part now passes as it does when compiled with a MSVC type + compiler.""" + + Still, all ctypes callback tests crash Python, and there are other + failures as well - when compiled with mingw. + 2006-03-20 Thomas Heller <th...@py...> |