[issue13532] In IDLE, sys.stdout.write and sys.stderr can write any pickleable object

Roger Serwy report at bugs.python.org
Tue Dec 13 02:27:10 CET 2011


Roger Serwy <roger.serwy at gmail.com> added the comment:

The crash can be prevented by using #13582.

The RPCProxy object would need to be subclassed so that it raises TypeError for the "write" method when it is not given a string.

----------
nosy: +serwy

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


More information about the Python-bugs-list mailing list