Files
cpython/Objects
Thomas Wouters 553489ab1d As discussed on python-dev, silence three gcc-4.0.x warnings, using assert()
to protect against actual uninitialized usage.

Objects/longobject.c: In function ‘PyLong_AsDouble’:
Objects/longobject.c:655: warning: ‘e’ may be used uninitialized in this function

Objects/longobject.c: In function ‘long_true_divide’:
Objects/longobject.c:2263: warning: ‘aexp’ may be used uninitialized in this function
Objects/longobject.c:2263: warning: ‘bexp’ may be used uninitialized in this function
2006-02-01 21:32:04 +00:00
..
2006-01-08 06:13:44 +00:00
2005-12-18 08:02:38 +00:00
2001-08-29 23:54:21 +00:00
2005-10-20 19:59:25 +00:00
2006-01-08 06:13:44 +00:00
2006-01-08 06:13:44 +00:00