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 terry.reedy
Recipients RusiMody, kbk, python-dev, roger.serwy, serhiy.storchaka, taleinat, terry.reedy
Date 2014-10-10.02:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412909439.22.0.0661814657755.issue20167@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is the change in the exception message between these two lines
can't invoke "bind" command:  application has been destroyed
can't invoke "bind" command: application has been destroyed

In your copy of MultiCall.py, line 63-4, change
APPLICATION_GONE = '''\
can't invoke "bind" command:  application has been destroyed'''
by changing '  ' to ' '.

I will reduce the string to "application has been destroyed" and the check from equality to containment.
History
Date User Action Args
2014-10-10 02:50:39terry.reedysetrecipients: + terry.reedy, kbk, taleinat, roger.serwy, RusiMody, python-dev, serhiy.storchaka
2014-10-10 02:50:39terry.reedysetmessageid: <1412909439.22.0.0661814657755.issue20167@psf.upfronthosting.co.za>
2014-10-10 02:50:39terry.reedylinkissue20167 messages
2014-10-10 02:50:38terry.reedycreate