Skip to content

nest-asyncio2 v1.6.1

Choose a tag to compare

@Chaoses-Ib Chaoses-Ib released this 18 Nov 16:04
· 7 commits to master since this release

nest-asyncio2 is a fork of the unmaintained nest_asyncio, with the following changes:

  • Python 3.12 loop_factory parameter support
  • Python 3.14 support (asyncio.current_task() and others are broken in nest_asyncio)

All interfaces are kept as they are. To migrate, you just need to change the package and module name to nest_asyncio2.