[Numpy-discussion] Re: PEP 688: Making the buffer protocol accessible in Python

2022-04-26 Thread Jelle Zijlstra
El mar, 26 abr 2022 a las 4:08, bas van beek () escribió: > Hi Jelle, > > > > I’ve stumbled upon buffer-related issues multiple times when typing with > numpy, be It either with annotating functions such as `np.frombuffer` or > when passing a numpy array to the likes of `memoryview` (resulting in

[Numpy-discussion] Re: PEP 688: Making the buffer protocol accessible in Python

2022-04-26 Thread bas van beek
Hi Jelle, I’ve stumbled upon buffer-related issues multiple times when typing with numpy, be It either with annotating functions such as `np.frombuffer` or when passing a numpy array to the likes of `memoryview` (resulting in a false positive by type checkers). All in all I’d say this buffer-ty