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 2015-03-19.14:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426775296.48.0.660141040464.issue23708@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, there was a bug in FileIO.readall(), fixed in the new patch py_read_write-2.patch.

I also commented assert(PyGILState_Check()); to workaround the issue #15751.
History
Date User Action Args
2015-03-19 14:28:16vstinnersetrecipients: + vstinner
2015-03-19 14:28:16vstinnersetmessageid: <1426775296.48.0.660141040464.issue23708@psf.upfronthosting.co.za>
2015-03-19 14:28:16vstinnerlinkissue23708 messages
2015-03-19 14:28:16vstinnercreate