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 gvanrossum
Recipients arigo, gvanrossum
Date 2007-09-26.16:51:10
SpamBayes Score 0.16660057
Marked as misclassified No
Message-id <1190825471.28.0.752115884573.issue1202@psf.upfronthosting.co.za>
In-reply-to
Content
Since it's basically a magic cookie, not a meaningful numeric value, I'd
propose sticking with backwards compatibility and fixing the 64-bit
version to return a signed version.

return x - ((x & 0x80000000) <<1)

anyone?
History
Date User Action Args
2007-09-26 16:51:11gvanrossumsetspambayes_score: 0.166601 -> 0.16660057
recipients: + gvanrossum, arigo
2007-09-26 16:51:11gvanrossumsetspambayes_score: 0.166601 -> 0.166601
messageid: <1190825471.28.0.752115884573.issue1202@psf.upfronthosting.co.za>
2007-09-26 16:51:11gvanrossumlinkissue1202 messages
2007-09-26 16:51:11gvanrossumcreate