Message305752
Each time a new future, handle or task is created, asyncio with debug mode enabled will parse the whole call stack and create a StackSummary object for it. Imagine a recursive coroutine: with N nested calls, you get O(N**2) performance.
Ideally debug mode wouldn't slow things too much, at least for development and testing setups. |
|
Date |
User |
Action |
Args |
2017-11-07 13:15:05 | pitrou | set | recipients:
+ pitrou, vstinner, giampaolo.rodola, yselivanov |
2017-11-07 13:15:04 | pitrou | set | messageid: <1510060504.4.0.213398074469.issue31970@psf.upfronthosting.co.za> |
2017-11-07 13:15:04 | pitrou | link | issue31970 messages |
2017-11-07 13:15:04 | pitrou | create | |
|