Message379476
| Author | erlendaasland |
|---|---|
| Recipients | berker.peksag, corona10, erlendaasland, vstinner |
| Date | 2020-10-23.21:13:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1603487598.31.0.962508917557.issue42064@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I've narrowed down the traverse problems to Py_VISIT(state->CacheType). Suspecting this has to do with the cyclic references in cache/connection. Preliminary tests with GC tracking `cache->factory` look promising, but this is a part of the C API that's _completely_ unknown to me (yet), so I'm on thin ice here. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-10-23 21:13:18 | erlendaasland | set | recipients: + erlendaasland, vstinner, berker.peksag, corona10 |
| 2020-10-23 21:13:18 | erlendaasland | set | messageid: <1603487598.31.0.962508917557.issue42064@roundup.psfhosted.org> |
| 2020-10-23 21:13:18 | erlendaasland | link | issue42064 messages |
| 2020-10-23 21:13:18 | erlendaasland | create | |