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 vstinner
Recipients vstinner
Date 2021-01-13.11:28:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610537338.22.0.414667586258.issue42923@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2021-01-13 11:28:58vstinnersetrecipients: + vstinner
2021-01-13 11:28:58vstinnersetmessageid: <1610537338.22.0.414667586258.issue42923@roundup.psfhosted.org>
2021-01-13 11:28:58vstinnerlinkissue42923 messages
2021-01-13 11:28:58vstinnercreate