STINNER Victor <vstin...@python.org> added the comment:

> It's common that Python crashes are coming from third party extension 
> modules, rather than Python itself. Recent example: bpo-42891 crash (...)

Another recent example: bpo-42879 "python: Objects/abstract.c:155: 
PyObject_GetItem: Assertion `(item != NULL) ^ (PyErr_Occurred() != NULL)' 
failed." was a bug in pygame.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42923>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to