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.
http://bugs.winehq.org/show_bug.cgi?id=17756
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=17756
--- Comment #1 from Vincent Povirk madewokherd@gmail.com 2009-03-15 18:57:02 --- This failure doesn't indicate any lack of functionality in Python. It only uses CloseEventLog to verify its ability to call functions in advapi32.
http://bugs.winehq.org/show_bug.cgi?id=17756
--- Comment #2 from Austin English austinenglish@gmail.com 2010-01-06 14:52:55 --- Works fine in python 3.1.1 and current git.
http://bugs.winehq.org/show_bug.cgi?id=17756
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-01-06 16:52:12 --- Running the test.test_ctypes test with Python 3.0.1 and wine-1.1.35-458-g220af42 succeeds for me. Given Paul Vriens's improvements to dlls/advapi32/eventlog.c a few months ago which improved the behavior of CloseEventLog() and other functions, it's safe to mark this bug fixed.
http://bugs.winehq.org/show_bug.cgi?id=17756
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Jeff Zaroyko jeffz@jeffz.name 2010-01-09 04:45:48 --- Closing bugs fixed in 1.1.36.