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 casevh, mark.dickinson
Date 2009-12-21.11:26:10
SpamBayes Score 5.833359e-05
Marked as misclassified No
Message-id <1261394772.76.0.731240298005.issue7528@psf.upfronthosting.co.za>
In-reply-to
Content
Perfect---thank you!  Applied to trunk in r76963.  I tweaked the main 
comment and docstring, wrapped a long line, and replaced two instances of 
'*overflow = Py_SIZE(v) > 0 ? 1 : -1' with simply '*overflow = sign'.  I 
also expanded the test a bit to check for 1 and -1 *overflow values, 
rather than just checking for nonzero *overflow.

I'll propagate your tests to py3k.
History
Date User Action Args
2009-12-21 11:26:13mark.dickinsonsetrecipients: + mark.dickinson, casevh
2009-12-21 11:26:12mark.dickinsonsetmessageid: <1261394772.76.0.731240298005.issue7528@psf.upfronthosting.co.za>
2009-12-21 11:26:11mark.dickinsonlinkissue7528 messages
2009-12-21 11:26:10mark.dickinsoncreate