Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for aiorun triggering stackoverflow in Python (#88)
Under certain circumstances this line in `aiorun` can trigger the following Python bug python/cpython#93837 The program will crash with a stack overflow error, probably because the call to log the task about the be cancelled will call repr on a task that references itself somehow.
- Loading branch information