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 roger.serwy
Recipients Ramchandra Apte, loewis, roger.serwy, terry.reedy
Date 2011-12-13.01:27:08
SpamBayes Score 0.029069683
Marked as misclassified No
Message-id <1323739630.04.0.172231209259.issue13532@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-12-13 01:27:10roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, Ramchandra Apte
2011-12-13 01:27:10roger.serwysetmessageid: <1323739630.04.0.172231209259.issue13532@psf.upfronthosting.co.za>
2011-12-13 01:27:09roger.serwylinkissue13532 messages
2011-12-13 01:27:08roger.serwycreate