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 iritkatriel
Recipients Claudiu.Popa, abingham, benjamin.peterson, iritkatriel, pitrou, rhettinger, vstinner
Date 2021-03-14.17:52:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615744350.55.0.450122578848.issue19359@roundup.psfhosted.org>
In-reply-to
Content
On 3.10 the reversed_proxy_failure.py script fails with

Traceback (most recent call last):
  File "/Users/iritkatriel/src/cpython/tmp.py", line 18, in <module>
    reversed(weakref.proxy(foo))  # TypeError
AttributeError: 'Foo' object has no attribute '__reversed__'
History
Date User Action Args
2021-03-14 17:52:30iritkatrielsetrecipients: + iritkatriel, rhettinger, pitrou, vstinner, benjamin.peterson, Claudiu.Popa, abingham
2021-03-14 17:52:30iritkatrielsetmessageid: <1615744350.55.0.450122578848.issue19359@roundup.psfhosted.org>
2021-03-14 17:52:30iritkatriellinkissue19359 messages
2021-03-14 17:52:30iritkatrielcreate