Message276418
There is a memory leak in the new dictionary resizing in 3.6, which can cause memory exhaustion in just a few iterations.
I don't fully understand the details of the bug, but it happens when resizing a dict with a split table several times. The only way that I have found to trigger this is by popping items off of an object's `__dict__` repeatedly.
I've attached a script to illustrate the issue. Be careful with it, because it will eat up all your memory if you don't interrupt it. |
|
Date |
User |
Action |
Args |
2016-09-14 11:44:13 | minrk | set | recipients:
+ minrk |
2016-09-14 11:44:13 | minrk | set | messageid: <1473853453.13.0.556951743271.issue28147@psf.upfronthosting.co.za> |
2016-09-14 11:44:13 | minrk | link | issue28147 messages |
2016-09-14 11:44:13 | minrk | create | |
|