This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:10erlendaaslandsetrecipients: + erlendaasland, rhettinger, berker.peksag, serhiy.storchaka
2021-01-21 20:13:10erlendaaslandsetmessageid: <1611259990.04.0.513808566065.issue42862@roundup.psfhosted.org>
2021-01-21 20:13:10erlendaaslandlinkissue42862 messages
2021-01-21 20:13:09erlendaaslandcreate