Message276428
I don't understand the leak yet.
> Each time dict_resize is called, it gets a new, larger size `> minused`. If this is triggered many times, it will keep growing in size by a factor of two each time, as the previous size is passed as minused for the next call.
dictresize() is called for converting split table to combined table.
How is it triggered many times?
In your test code, which loop cause leak? new instance loop or re-use instance loop? |
|
Date |
User |
Action |
Args |
2016-09-14 12:57:15 | methane | set | recipients:
+ methane, vstinner, berker.peksag, minrk |
2016-09-14 12:57:15 | methane | set | messageid: <1473857835.5.0.989076537145.issue28147@psf.upfronthosting.co.za> |
2016-09-14 12:57:15 | methane | link | issue28147 messages |
2016-09-14 12:57:15 | methane | create | |
|