[issue43626] SIGSEV in PyErr_SetObject

STINNER Victor report at bugs.python.org
Fri Mar 26 05:39:51 EDT 2021


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

> That makes me think that this is a problem in pymongo module. I will report this bug to them.

Yeah, in 90% of cases, the bug comes from a third party C extensions. That's why Python 3.10 now dumps the list of 3rd party C extensions on a fatal error :-)

https://twitter.com/VictorStinner/status/1374736944022876169

----------

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


More information about the Python-bugs-list mailing list