Mark Dickinson <dicki...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9530>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to