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 Gregory.Salvan, lm1, tim.golden, vstinner
Date 2013-11-17.23:11:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384729874.28.0.85654503837.issue19630@psf.upfronthosting.co.za>
In-reply-to
Content
I cannot reproduce the issue on Python 3 (on Linux), I suppose that it is specific to Python 2.

On Python 3, mashal.dump(obj, fileobj) only calls fileobj.write(data), no test on fileobj type is done.
History
Date User Action Args
2013-11-17 23:11:14vstinnersetrecipients: + vstinner, tim.golden, Gregory.Salvan, lm1
2013-11-17 23:11:14vstinnersetmessageid: <1384729874.28.0.85654503837.issue19630@psf.upfronthosting.co.za>
2013-11-17 23:11:14vstinnerlinkissue19630 messages
2013-11-17 23:11:14vstinnercreate