awilfox added the comment:
Bootstrapping a Linux environment based on musl libc from glibc host requires
cross-compilation to the same architecture (for example, configure is
--build=i686-pc-linux-gnu --host=i686-pc-linux-musl).
The Python core will build and link fine in this configuration
New submission from awilfox:
In the 3.5 and 3.6a0 documentation for asyncio, "CancelledError" is linked to
the concurrent.futures.CancelledError. This led me to try catching that
exception and finding that it did not work correctly at all. Only after
searching for asyncio exampl