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 benjamin.peterson
Recipients Elvis.Pranskevichus, amaury.forgeotdarc, benjamin.peterson, rhettinger, stutzbach, terry.reedy
Date 2011-04-01.23:10:21
SpamBayes Score 0.00025891588
Marked as misclassified No
Message-id <AANLkTim=p3c9UR8dEHv-axDHNk-ZTQb0sEhxpCZkwkTG@mail.gmail.com>
In-reply-to <1301699197.28.0.373628590338.issue11674@psf.upfronthosting.co.za>
Content
2011/4/1 Raymond Hettinger <report@bugs.python.org>:
> [benjamin]
> The __length_hint__ protocol is a public API, so anyone can use it.  Also, the issue is a broader than __length_hint__, it is really distinguishing multiple possible meanings for a TypeError raised by a call to __len__.

What?? I certainly hope not. I thought it was supposed to be a performance hack.
History
Date User Action Args
2011-04-01 23:10:21benjamin.petersonsetrecipients: + benjamin.peterson, rhettinger, terry.reedy, amaury.forgeotdarc, stutzbach, Elvis.Pranskevichus
2011-04-01 23:10:21benjamin.petersonlinkissue11674 messages
2011-04-01 23:10:21benjamin.petersoncreate