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 amaury.forgeotdarc, eric.smith, mark.dickinson, pitrou, rhettinger, stutzbach
Date 2010-10-07.21:14:36
SpamBayes Score 0.10932038
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
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.  :-)
History
Date User Action Args
2010-10-07 21:14:37mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, amaury.forgeotdarc, pitrou, eric.smith, stutzbach
2010-10-07 21:14:37mark.dickinsonsetmessageid: <[email protected]>
2010-10-07 21:14:36mark.dickinsonlinkissue10044 messages
2010-10-07 21:14:36mark.dickinsoncreate