FICHA · MANJARO

python-nest-asyncio

Patch asyncio to allow nested event loops

  • Library
  • Dev
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Patches asyncio so event loops can be nested in environments that normally disallow it. It is often used in notebooks, interactive shells, and tools that need to run async code inside an already running loop.

Changing event-loop behavior can hide design problems or create subtle ordering issues. Use it when integration requires it, and test async code under realistic conditions.

Permissions

Permissions not analysed for this source yet.