[pypy-dev] Looking into numpy ndarray.flags.writeable

Armin Rigo arigo at tunes.org
Thu May 19 11:23:15 EDT 2016


Hi Eli,

On 19 May 2016 at 08:58, Eli Stevens (Gmail) <wickedgrey at 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.


More information about the pypy-dev mailing list