Message385444
| Author | erlendaasland |
|---|---|
| Recipients | berker.peksag, erlendaasland, rhettinger, serhiy.storchaka |
| Date | 2021-01-21.20:13:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1611259990.04.0.513808566065.issue42862@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This works: 1) fully implement GC in connection (bpo-42972) 2) also visit statement_cache 3) explicitly close connections _and_ call GC in problematic tests The first point might not be needed for this particular fix. The last point is a workaround, not a solution. Or is it ok to call gc.collect() in the test suite? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-01-21 20:13:10 | erlendaasland | set | recipients: + erlendaasland, rhettinger, berker.peksag, serhiy.storchaka |
| 2021-01-21 20:13:10 | erlendaasland | set | messageid: <1611259990.04.0.513808566065.issue42862@roundup.psfhosted.org> |
| 2021-01-21 20:13:10 | erlendaasland | link | issue42862 messages |
| 2021-01-21 20:13:09 | erlendaasland | create | |