Email list hosting service & mailing list manager

What should specialized-array-reshape do? Bradley Lucier (12 May 2020 22:22 UTC)
Re: What should specialized-array-reshape do? John Cowan (12 May 2020 22:32 UTC)
Re: What should specialized-array-reshape do? Bradley Lucier (12 May 2020 22:43 UTC)
Re: What should specialized-array-reshape do? John Cowan (12 May 2020 23:57 UTC)
Re: What should specialized-array-reshape do? Bradley Lucier (13 May 2020 01:11 UTC)

Re: What should specialized-array-reshape do? Bradley Lucier 12 May 2020 22:43 UTC

On 5/12/20 6:32 PM, John Cowan wrote:
> the naive caller is protected against unwanted copying because the
> default exception handler will (most probably) abort the program back to
> the REPL or the OS as the case may be.

Perhaps the naive caller wants the code to act like NumPy.