[issue42972] [C API] Heap types (PyType_FromSpec) must fully implement the GC protocol

STINNER Victor report at bugs.python.org
Thu May 27 13:15:07 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

> GH-26399 is failing with an access violation on Windows. It's failing in one of the flaky tests. I wonder if the segfault is related to flaky tests somehow...

I created bpo-44252 to track this crash, it might be unrelated to commit dcb8786a9848516e823e090bb36079678913d8d3. Even if it's related, I prefer to track it separated to ease collaboration and focus to this issue to the GC protocol.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42972>
_______________________________________


More information about the Python-bugs-list mailing list