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 nedbat, scoder, serhiy.storchaka, vstinner
Date 2018-07-11.15:05:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531321556.92.0.56676864532.issue34068@psf.upfronthosting.co.za>
In-reply-to
Content
> res = PyObject_CallMethodObjArgs(self, _PyIO_str_flush, NULL);
> assert(!PyErr_Occurred());     /* <---- THIS ASSERTION FAILS */

Using this additional assertion, test_io also fails on test_flush_error_on_close().
History
Date User Action Args
2018-07-11 15:05:56vstinnersetrecipients: + vstinner, scoder, nedbat, serhiy.storchaka
2018-07-11 15:05:56vstinnersetmessageid: <1531321556.92.0.56676864532.issue34068@psf.upfronthosting.co.za>
2018-07-11 15:05:56vstinnerlinkissue34068 messages
2018-07-11 15:05:56vstinnercreate