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 vinay.sajip
Recipients oren, vinay.sajip
Date 2018-07-11.14:43:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531320216.85.0.56676864532.issue34086@psf.upfronthosting.co.za>
In-reply-to
Content
It seems innocuous enough, but the documentation for handleError() does say: "This method should be called from handlers when an exception is encountered during an emit() call."

That documentation is the same for 2.x and 3.x. This is not how you are using it. What happens if you just raise an Exception from your transmit() method, and just call transmit() from within emit() without making a condition of the return value?
History
Date User Action Args
2018-07-11 14:43:36vinay.sajipsetrecipients: + vinay.sajip, oren
2018-07-11 14:43:36vinay.sajipsetmessageid: <1531320216.85.0.56676864532.issue34086@psf.upfronthosting.co.za>
2018-07-11 14:43:36vinay.sajiplinkissue34086 messages
2018-07-11 14:43:36vinay.sajipcreate