On Mon, Oct 28, 2024 at 12:11 AM Andrew Nelson via NumPy-Discussion <
numpy-discussion@python.org> wrote:
> Hi all,
> is there a canonical way of serialising Generators (not via pickle).
>
Pickle is the canonical way. In particular, the pickle _machinery_ is going
to be the single source of truth
On Mon, 28 Oct 2024 at 15:06, Andrew Nelson wrote:
> Hi all,
> is there a canonical way of serialising Generators
>
Specifically I'm interested in a safe way (i.e. no pickle) of
saving/restoring Generator state via HDF5 file storage.
___
NumPy-Discussi