Message202324
| 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. |
|