Message147957
The issues reported for the datetime, array, itertools and math modules are also already fixed. That just leaves the following two of the reported issues outstanding:
</home/regehr/z/python/Modules/_ctypes/cfield.c, (590:5)> : Op: <<=, Reason : Signed Left Shift Error: Right operand is negative or is greater than or equal to the width of the promoted left operand, BINARY OPERATION: left (int32): 0 right (int32): -2
and
</home/regehr/z/python/Modules/testcapi_long.h, (37:47)> : Op: -, Reason : Signed Subtraction Overflow, UNARY OPERATION: left (int32): 0 right (int32): -2147483648
I'm using r63764 as the revision that the line numbers relate to; not sure whether this exactly right, but it seems to be close enough. |
|
Date |
User |
Action |
Args |
2011-11-19 17:08:34 | mark.dickinson | set | recipients:
+ mark.dickinson, eric.smith, regehr |
2011-11-19 17:08:34 | mark.dickinson | set | messageid: <1321722514.59.0.672880756513.issue9530@psf.upfronthosting.co.za> |
2011-11-19 17:08:34 | mark.dickinson | link | issue9530 messages |
2011-11-19 17:08:33 | mark.dickinson | create | |
|