Message 339099 - Python tracker

Message339099

Author ZackerySpytz
Recipients ZackerySpytz, christian.heimes, serhiy.storchaka
Date 2019-03-29.07:45:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553845549.8.0.633812357234.issue36150@roundup.psfhosted.org>
In-reply-to
Content
I again encountered an assertion failure that involved PyCData_reduce(). In that function, PyBytes_FromStringAndSize() may be evaluated before PyObject_GetAttrString(). If a MemoryError occurs in PyBytes_FromStringAndSize(), an assertion failure will occur in _PyType_Lookup() when PyObject_GetAttrString() is called.

The assertion failure occurs before the Py_BuildValue() call. Please reopen the issue and the PR.
History
Date User Action Args
2019-03-29 07:45:49ZackerySpytzsetrecipients: + ZackerySpytz, christian.heimes, serhiy.storchaka
2019-03-29 07:45:49ZackerySpytzsetmessageid: <1553845549.8.0.633812357234.issue36150@roundup.psfhosted.org>
2019-03-29 07:45:49ZackerySpytzlinkissue36150 messages
2019-03-29 07:45:49ZackerySpytzcreate