[issue19630] marshal.dump cannot write to temporary file

STINNER Victor report at bugs.python.org
Mon Nov 18 00:11:14 CET 2013


STINNER Victor added the comment:

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.

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19630>
_______________________________________


More information about the Python-bugs-list mailing list