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 JBernardo, Ramchandra Apte, Rosuav, William.Schwartz, asvetlov, ezio.melotti, loewis, ned.deily, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-10-27.13:22:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382880157.86.0.374766376477.issue13153@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, could you please review this patch? This bug affects not only IDLE, but any Tkinter application which uses callbacks with arguments. Encoding/decoding error during converting arguments from Tcl to Python causes immediate finishing Tcl main loop (and normally closing an application).
History
Date User Action Args
2013-10-27 13:22:37serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, ned.deily, ezio.melotti, roger.serwy, asvetlov, python-dev, JBernardo, Rosuav, Ramchandra Apte, William.Schwartz
2013-10-27 13:22:37serhiy.storchakasetmessageid: <1382880157.86.0.374766376477.issue13153@psf.upfronthosting.co.za>
2013-10-27 13:22:37serhiy.storchakalinkissue13153 messages
2013-10-27 13:22:37serhiy.storchakacreate