Message370922
> Lists and tuples sometimes leak (starting 69ac6e58f and later):
It's not a regression. It's just that bpo-40521 helped Valgrind to detect such bug :-)
I wrote bpo-20698 to fix this issue.
I'm also working on a more generic approach to ensure that we don't add new objects to free lists after free lists are cleared. |
|
Date |
User |
Action |
Args |
2020-06-07 23:04:21 | vstinner | set | recipients:
+ vstinner, skrah |
2020-06-07 23:04:21 | vstinner | set | messageid: <1591571061.97.0.971539025369.issue40887@roundup.psfhosted.org> |
2020-06-07 23:04:21 | vstinner | link | issue40887 messages |
2020-06-07 23:04:21 | vstinner | create | |
|