Hi Eli,

On 19 May 2016 at 08:58, Eli Stevens (Gmail) <wickedg...@gmail.com> wrote:
> I've got a pypy clone and checkout, and have added TestFlags. When I
> run it, I see:
>
>>       a.flags.writeable = False
> E       TypeError: readonly attribute
>
> But nothing that looks like it should raise a TypeError in either of:

Grep for 'writable'.  You'll see that it is defined as a
GetSetProperty() with a getter but no setter so far.


A bientôt,

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

Reply via email to