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 vinay.sajip
Date 2018-06-01.07:16:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527837406.66.0.682650639539.issue33606@psf.upfronthosting.co.za>
In-reply-to
Content
The check in handle() should remain, because there are some scenarios where handle is called directly (e.g. when receiving events over a socket and dispatching to handlers). So the change would just be to add an additional check in isEnabledFor().
History
Date User Action Args
2018-06-01 07:16:46vinay.sajipsetrecipients: + vinay.sajip
2018-06-01 07:16:46vinay.sajipsetmessageid: <1527837406.66.0.682650639539.issue33606@psf.upfronthosting.co.za>
2018-06-01 07:16:46vinay.sajiplinkissue33606 messages
2018-06-01 07:16:46vinay.sajipcreate