[Python-Dev] SystemErrors in generator (just happened in 2.5) (original) (raw)
Thomas Heller theller at ctypes.org
Wed Apr 18 21:25:36 CEST 2007
- Previous message: [Python-Dev] SystemErrors in generator (just happened in 2.5)
- Next message: [Python-Dev] [Python-checkins] r54805 - python/branches/release25-maint/Lib/test/test_pty.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
*** The following messages occur in other successful tests too: a DOS box should flash briefly ... Always happens in testsubprocess, during the Windows-specific testcreationflags. This is expected. When you /watch/ the tests running on Windows, it's intended to prevent panic when a mysterious DOS box appears ;-)
findlibrary('c') -> None findlibrary('m') -> None Mysterious. Looks like debug/trace(!) output while running Lib/ctypes/test/testloading.py's testfind().
I enabled these prints to have a way to examine what find_library() returns on the buildbots, without checking for a certain result in a test.
Should these prints be removed again?
Thomas
- Previous message: [Python-Dev] SystemErrors in generator (just happened in 2.5)
- Next message: [Python-Dev] [Python-checkins] r54805 - python/branches/release25-maint/Lib/test/test_pty.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]