This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients amaury.forgeotdarc, christian.heimes, kristjan.jonsson, mark.dickinson, pitrou
Date 2009-01-16.20:44:05
SpamBayes Score 0.0010287047
Marked as misclassified No
Message-id <1232138649.59.0.572727961014.issue4293@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-01-16 20:44:10mark.dickinsonsetrecipients: + mark.dickinson, amaury.forgeotdarc, pitrou, kristjan.jonsson, christian.heimes
2009-01-16 20:44:09mark.dickinsonsetmessageid: <1232138649.59.0.572727961014.issue4293@psf.upfronthosting.co.za>
2009-01-16 20:44:07mark.dickinsonlinkissue4293 messages
2009-01-16 20:44:06mark.dickinsoncreate