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 eric.smith, mark.dickinson, regehr
Date 2011-11-19.17:08:33
SpamBayes Score 1.2119544e-07
Marked as misclassified No
Message-id <1321722514.59.0.672880756513.issue9530@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-11-19 17:08:34mark.dickinsonsetrecipients: + mark.dickinson, eric.smith, regehr
2011-11-19 17:08:34mark.dickinsonsetmessageid: <1321722514.59.0.672880756513.issue9530@psf.upfronthosting.co.za>
2011-11-19 17:08:34mark.dickinsonlinkissue9530 messages
2011-11-19 17:08:33mark.dickinsoncreate