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 python-dev, serhiy.storchaka, vstinner
Date 2013-11-07.10:35:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb0-jTELZtQ_koJRWr_p_6a2aYNegD-4fuqFaeEo1chiQ@mail.gmail.com>
In-reply-to <1383815946.74.0.807893460299.issue19512@psf.upfronthosting.co.za>
Content
>> Another problem is that PyUnicode_FromString() failure is not handled correctly in some cases. PyUnicode_FromString() can fail because an decoder error, but also because of a MemoryError.

> It can't fail on "stdout" because an decoder error.

It can fail on "stdout" because of a memory allocation failure.
History
Date User Action Args
2013-11-07 10:35:40vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka
2013-11-07 10:35:40vstinnerlinkissue19512 messages
2013-11-07 10:35:40vstinnercreate