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 Claudiu.Popa, abingham, benjamin.peterson, pitrou, rhettinger, vstinner
Date 2014-03-14.10:04:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394791493.71.0.226843384774.issue19359@psf.upfronthosting.co.za>
In-reply-to
Content
I suppose Benjamin's commit is afd62eb1692e.

Claudiu, that doesn't look like the best approach to me. Instead of hardcoding a weakref.proxy check in reversed(), why not implement __reversed__ on weakref.proxy?
History
Date User Action Args
2014-03-14 10:04:53pitrousetrecipients: + pitrou, rhettinger, vstinner, benjamin.peterson, Claudiu.Popa, abingham
2014-03-14 10:04:53pitrousetmessageid: <1394791493.71.0.226843384774.issue19359@psf.upfronthosting.co.za>
2014-03-14 10:04:53pitroulinkissue19359 messages
2014-03-14 10:04:53pitroucreate