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, corona10, erlendaasland, vstinner
Date 2020-10-23.21:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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:18erlendaaslandsetrecipients: + erlendaasland, vstinner, berker.peksag, corona10
2020-10-23 21:13:18erlendaaslandsetmessageid: <[email protected]>
2020-10-23 21:13:18erlendaaslandlinkissue42064 messages
2020-10-23 21:13:18erlendaaslandcreate