Message 320780 - Python tracker

Message320780

Author serhiy.storchaka
Recipients ZackerySpytz, martin.panter, miss-islington, serhiy.storchaka
Date 2018-06-30.13:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530365581.29.0.56676864532.issue25862@psf.upfronthosting.co.za>
In-reply-to
Content
The assertion failure can be also caused by setting self->snapshot to NULL when Py_BuildValue() fails due to lack of memory. It is very difficult to reproduce this. PR 8026 fixes this and other difficulty reproducible refcount bugs in the _io module.
History
Date User Action Args
2018-06-30 13:33:01serhiy.storchakasetrecipients: + serhiy.storchaka, martin.panter, ZackerySpytz, miss-islington
2018-06-30 13:33:01serhiy.storchakasetmessageid: <1530365581.29.0.56676864532.issue25862@psf.upfronthosting.co.za>
2018-06-30 13:33:01serhiy.storchakalinkissue25862 messages
2018-06-30 13:33:01serhiy.storchakacreate