Message379905
Also note that the difference in memory is much higher when an exception occurs (presumably because the exception is stored on future._exception and not cleaned up?):
```
[aeros:~/repos/cpython]$ ./python ~/programming/python/asyncio_run_in_exec_leak.py -n=10000 --asyncio
start RSS memory:
VmRSS: 16976 kB
after 10_000 iterations of 10000 element lists:
VmRSS: 64132 kB
``` |
|
Date |
User |
Action |
Args |
2020-10-30 01:41:37 | aeros | set | recipients:
+ aeros, asvetlov, yselivanov, sophia2, dralley |
2020-10-30 01:41:37 | aeros | set | messageid: <1604022097.35.0.716274397921.issue41699@roundup.psfhosted.org> |
2020-10-30 01:41:37 | aeros | link | issue41699 messages |
2020-10-30 01:41:37 | aeros | create | |
|