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 alexandre.vassalotti
Recipients alexandre.vassalotti, brett.cannon, christian.heimes, gvanrossum
Date 2007-10-26.00:29:04
SpamBayes Score 0.03318935
Marked as misclassified No
Message-id <1193358544.17.0.908608233246.issue1302@psf.upfronthosting.co.za>
In-reply-to
Content
> Personally, I used like to subtract pointer, ((lower - l + 1) < 
> (sizeof lower)) to get the bound.

Doh. I got it backward. It's (l - lower + 1), not (lower - l + 1).

> But now, I find Guido's trick more cute (and less error-prone).

At least, I got that right. :)
History
Date User Action Args
2007-10-26 00:29:04alexandre.vassalottisetspambayes_score: 0.0331893 -> 0.03318935
recipients: + alexandre.vassalotti, gvanrossum, brett.cannon, christian.heimes
2007-10-26 00:29:04alexandre.vassalottisetspambayes_score: 0.0331893 -> 0.0331893
messageid: <1193358544.17.0.908608233246.issue1302@psf.upfronthosting.co.za>
2007-10-26 00:29:04alexandre.vassalottilinkissue1302 messages
2007-10-26 00:29:04alexandre.vassalotticreate