New issue 2033: "AttributeError: object attribute is read-only" for descriptor 
that implements __delete__
https://bitbucket.org/pypy/pypy/issue/2033/attributeerror-object-attribute-is-read

George Sakkis:

Looks like pypy considers a descriptor that defines `__get__` and `__delete__` 
as read-only, [unlike 
cPython](https://travis-ci.org/pydanny/cached-property/builds/59162169). 
Relevant descriptor can be seen 
[here](https://github.com/gsakkis/cached-property/blob/6dfcdece430112596b7528a311d316b9723abac0/cached_property.py#L52).


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to