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:15:30
SpamBayes Score 0.06936131
Marked as misclassified No
Message-id <1286486128.3143.4.camel@localhost.localdomain>
In-reply-to <1286486077.92.0.189281112915.issue10044@psf.upfronthosting.co.za>
Content
> > How can the compiler tell whether two pointers are "into the same
> > array"? That sounds like an undecidable criterion.
> 
> It doesn't have to be able to tell---it's allowed to assume.  :-)

That doesn't very clear or understandable.
History
Date User Action Args
2010-10-07 21:15:31pitrousetrecipients: + pitrou, rhettinger, amaury.forgeotdarc, mark.dickinson, eric.smith, stutzbach
2010-10-07 21:15:30pitroulinkissue10044 messages
2010-10-07 21:15:30pitroucreate