Skip to content

nest-asyncio2 v1.7.1

Latest

Choose a tag to compare

@Chaoses-Ib Chaoses-Ib released this 20 Nov 20:48
· 1 commit to master since this release
  • apply() will set asyncio._nest_asyncio2 to help distinguish from patches made by nest_asyncio (#1)

  • apply() will warn if asyncio is already patched by nest_asyncio on Python 3.12+ (#1)

    You can also set error_on_mispatched=True to turn the warning into a RuntimeError, regardless of the Python version.