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 pitrou
Recipients amaury.forgeotdarc, eric.smith, mark.dickinson, pitrou, rhettinger, stutzbach
Date 2010-10-07.21:40:56
SpamBayes Score 2.894493e-05
Marked as misclassified No
Message-id <1286487653.3143.24.camel@localhost.localdomain>
In-reply-to <1286487392.97.0.352339214859.issue10044@psf.upfronthosting.co.za>
Content
> In other words, when producing code for ptr_compare, the compiler is
> allowed to *assume* that a and b point into the same array, and act
> accordingly.

But this assumption doesn't bring *anything*, right?
That is, there is no shortcut way to compute "p - q" or "p > q" when
both point into the same "array".
History
Date User Action Args
2010-10-07 21:40:58pitrousetrecipients: + pitrou, rhettinger, amaury.forgeotdarc, mark.dickinson, eric.smith, stutzbach
2010-10-07 21:40:56pitroulinkissue10044 messages
2010-10-07 21:40:56pitroucreate