python-anyio: add test.sh and python3-urllib dep
authorAlexandru Ardelean <redacted>
Sun, 31 May 2026 08:12:04 +0000 (11:12 +0300)
committerAlexandru Ardelean <redacted>
Mon, 1 Jun 2026 05:10:59 +0000 (08:10 +0300)
commita61f98dfcd2ae57c7a432a607a432467daa04496
tree4622ec090db81da6d9dd51da7d94c668bb3d5511
parentf8921064dc5d74f4460208b96e0fd3b2f607179e
python-anyio: add test.sh and python3-urllib dep

Exercise anyio end-to-end with the structured-concurrency example
from the upstream "Creating and managing tasks" docs: spawn 5 child
tasks via create_task_group(), each appending to a shared list, then
verify all completed.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-anyio/Makefile
lang/python/python-anyio/test.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT