Message79975
Kristján,
The r68461 checkin seems to be causing a number of the buildbots to fail,
typically with output like:
test_capi
test test_capi failed -- Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_capi.py", line 57, in
test_pendingcalls_threaded
self.pendingcalls_wait(l, n)
File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_capi.py", line 42, in
pendingcalls_wait
"timeout waiting for %i callbacks, got %i"%(n, len(l)))
AssertionError: timeout waiting for 32 callbacks, got 23
Please could you look into this?
Also, I don't understand the code:
for i in xrange(1000):
a = i*i
in pendingcalls_wait(), in test_capi.py. Whatever you're
trying to do here, surely there's a better way? |
|
Date |
User |
Action |
Args |
2009-01-16 20:44:10 | mark.dickinson | set | recipients:
+ mark.dickinson, amaury.forgeotdarc, pitrou, kristjan.jonsson, christian.heimes |
2009-01-16 20:44:09 | mark.dickinson | set | messageid: <1232138649.59.0.572727961014.issue4293@psf.upfronthosting.co.za> |
2009-01-16 20:44:07 | mark.dickinson | link | issue4293 messages |
2009-01-16 20:44:06 | mark.dickinson | create | |
|