[tahoe-dev] [tahoe-lafs] #737: python2.5 setup.py test runs CPU to 100% on 32-bit single-core NetBSD "4"
tahoe-lafs
trac at allmydata.org
Thu Jun 18 15:08:07 PDT 2009
#737: python2.5 setup.py test runs CPU to 100% on 32-bit single-core NetBSD "4"
---------------------------+------------------------------------------------
Reporter: midnightmagic | Owner: warner
Type: defect | Status: new
Priority: major | Milestone: 1.5.0
Component: code | Version: 1.4.1
Keywords: | Launchpad_bug:
---------------------------+------------------------------------------------
Comment(by bdew):
I've run the test for a while and it doesn't seem to trigger the bug.
Also if anyone else runs that, note that t != float("NaN") won't work
because
{{{
>>> float("NaN")==float("NaN")
False
}}}
use repr(t) != 'nan'
PS: I've reported the bug on twisted tracker too
http://twistedmatrix.com/trac/ticket/3884
--
Ticket URL: <http://allmydata.org/trac/tahoe/ticket/737#comment:6>
tahoe-lafs <http://allmydata.org>
secure decentralized file storage grid
More information about the tahoe-dev
mailing list