|
|
|
|
|
by odiroot
1782 days ago
|
|
> - Asyncio from the ground up > - Python only fallback if the C extension fails to build These two are really big! The former, for first-party async support, making it much easier to use with async frameworks. The latter would make it much easier to ship in containers. I assume it's still better use the C version, for performance reasons. |
|