#1130738 python-async-generator: should not be part of Forky

#1130738#5
Date:
2026-03-14 12:52:28 UTC
From:
To:
(copied from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1119279)

Hello.

Python-async-generator is deprecated by its authors [1].

[2] describes equivalent constructs in Python >= 3.10.
An equivalent for aclosing is contextlib(2).aclosing [1]

Please use the standard constructs so that python-async-generators may
be removed from Debian.

[1] https://github.com/python-trio/async_generator/issues/35
[2] https://github.com/python-trio/async_generator/blob/master/README.rst