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 serhiy.storchaka
Recipients ostcar, r.david.murray, serhiy.storchaka
Date 2015-03-27.17:43:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427478189.53.0.360721851653.issue23790@psf.upfronthosting.co.za>
In-reply-to
Content
I doubt that this issue is worth fixing. It is common that when error is happen inside complex operation, the output can be incomplete. When you pickle a list containing non-pickleable data, resulting file content will be not unpickleable. When you write a number of lines in text file, and one of lines contains non-encodable characters, resulting file content will be incomplete and may even don't contain complete lines.

And when other xdrlib.Packer methods that write complex data (pack_uhyper, pack_list, pack_farray, pack_array) fail, they left incomplete output.
History
Date User Action Args
2015-03-27 17:43:09serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, ostcar
2015-03-27 17:43:09serhiy.storchakasetmessageid: <1427478189.53.0.360721851653.issue23790@psf.upfronthosting.co.za>
2015-03-27 17:43:09serhiy.storchakalinkissue23790 messages
2015-03-27 17:43:09serhiy.storchakacreate