[Python-Dev] Compiler warnings

"Martin v. Löwis" martin at v.loewis.de
Tue Jan 31 21:04:39 CET 2006


Thomas Wouters wrote:
> All in all, it seems like a timing issue -- the timing is different because
> the previous test already imported some modules. The test_logging test uses
> threads, *ugh*. I tried adding a few Event-waits and time.sleep()'s at
> strategic places, but it doesn't seem to matter. Regardless of my
> pinpointing efforts, much more than just the last line is sometimes missing,
> though:

Can you create a truss/strace dump of a failed run (I tried, but it
always succeeded for me when run under strace).

Regards,
Martin


More information about the Python-Dev mailing list