Message400779
| Author | vstinner |
|---|---|
| Recipients | Mark.Shannon, chris.jerdonek, corona10, gvanrossum, iritkatriel, lukasz.langa, miss-islington, pablogsal, vstinner |
| Date | 2021-08-31.21:20:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1630444829.78.0.171480486796.issue44895@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> It could be a problem with the way _Py_RefTotal is incremented/decremented. It can be a cache which is kept alive and then clear the following iteration. See my previous comment: test leaked [-4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4] references, sum=0 libregrtest/refleak.py does its best to clear *all* caches, type caches, free lists, etc. A single cache which is not cleared can confused libregrtest. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-31 21:20:29 | vstinner | set | recipients: + vstinner, gvanrossum, chris.jerdonek, lukasz.langa, Mark.Shannon, corona10, pablogsal, miss-islington, iritkatriel |
| 2021-08-31 21:20:29 | vstinner | set | messageid: <1630444829.78.0.171480486796.issue44895@roundup.psfhosted.org> |
| 2021-08-31 21:20:29 | vstinner | link | issue44895 messages |
| 2021-08-31 21:20:29 | vstinner | create | |