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 benjamin.peterson, ereuveni, fdrake, gdr@garethrees.org, gvanrossum, pitrou
Date 2015-04-28.10:14:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430216061.31.0.467897422987.issue24067@psf.upfronthosting.co.za>
In-reply-to
Content
Those methods are defined precisely so that they can be delegated. Since virtually anything can be proxied, the weakref.proxy *class* cannot tell upfront whether the proxied object will be an Iterator or not. I don't really see how to get around that.
History
Date User Action Args
2015-04-28 10:14:21pitrousetrecipients: + pitrou, gvanrossum, fdrake, benjamin.peterson, gdr@garethrees.org, ereuveni
2015-04-28 10:14:21pitrousetmessageid: <1430216061.31.0.467897422987.issue24067@psf.upfronthosting.co.za>
2015-04-28 10:14:21pitroulinkissue24067 messages
2015-04-28 10:14:20pitroucreate