Please don't write use asyncio submodules like asyncio.tasks, but use the public asyncio namespace. Replace "from asyncio.tasks import iscoroutine" with "from asyncio import iscoroutine".
This repository demonstrates and validates MSVC compiler support in meson-python across different architectures. It uses vendored git submodules of both meson and meson-python to enable testing of ...