[issue37434] Segfault in typeobject.c at _PyObject_GC_UNTRACK(type)

Timothy Lusk report at bugs.python.org
Sun Jun 30 00:30:45 EDT 2019


Timothy Lusk <darkcube at gmail.com> added the comment:

I'll admit I don't know enough about Python c extensions to make that call, but the fact that it wasn't crashing in the protobuf extension itself during the import but instead during the next garbage collection made me believe it was a Python bug. Maybe that's not a correct assumption though.

----------
nosy: +Timothy Lusk2

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


More information about the Python-bugs-list mailing list