http://bugs.winehq.org/show_bug.cgi?id=17756
Summary: python 3.0.1's ctypes test fails Product: Wine Version: 1.1.17 Platform: Other URL: http://www.python.org/ftp/python/3.0.1/python-3.0.1.msi OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: advapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: madewokherd@gmail.com
To reproduce, install python and run:
$ wine 'c:\python30\python.exe' -m test.test_ctypes
The test fails because CloseEventLog(NULL) returns a non-zero value.