[issue9978] test_os failures on XP-4 buildbot

2010-09-29 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Other parts are needed for my environment. If machine is really slow, there is possibility of subprocess being killed before execution reaches "wintypes.WINFUNCTYPE" line. -- ___ Python tracker

[issue9978] test_os failures on XP-4 buildbot

2010-09-29 Thread Brian Curtin
Brian Curtin added the comment: Do you think we need the other parts of that patch? It seems like the only real issue here was the importing. -- resolution: -> fixed stage: needs patch -> commit review ___ Python tracker

[issue9978] test_os failures on XP-4 buildbot

2010-09-29 Thread Brian Curtin
Brian Curtin added the comment: I just checked in the importing changes to r85109 and r85110 (I saw your branch checkins happening at the same time, sorry). -- ___ Python tracker __

[issue9978] test_os failures on XP-4 buildbot

2010-09-29 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: I created the patch to fix this issue. WINFUNCTYPE is not member of ctypes.wintypes, but ctypes. -- keywords: +patch Added file: http://bugs.python.org/file19058/py3k_fix_test_os.patch ___ Python tracker

[issue9978] test_os failures on XP-4 buildbot

2010-09-29 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: I cannot reproduce this in my environment... E:\python-dev\py3k>py3k -m test.regrtest test_os [1/1] test_os [33503 refs] 1 test OK. [85140 refs] -- ___ Python tracker _

[issue9978] test_os failures on XP-4 buildbot

2010-09-28 Thread Antoine Pitrou
New submission from Antoine Pitrou : This has started showing up since r85073. == ERROR: test_CTRL_BREAK_EVENT (test.test_os.Win32KillTests) -- Traceback (most