zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
https://zarr.readthedocs.io
MIT License
1.53k stars 286 forks source link

`AsyncGenerator` should not yield `None` #2464

Closed DimitriPapadopoulos closed 2 weeks ago

DimitriPapadopoulos commented 2 weeks ago

The None was added in 0e035fb / #1844, let's try to remove it.

TODO:

DimitriPapadopoulos commented 2 weeks ago

Very informative. I'll read it more closely, but so far I understand there are two options:

In any case, the above applies to #2381. I have decided to remove None in this separate PR, as things were getting pretty complex.