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 steve.dower
Recipients berker.peksag, christian.heimes, erlendaasland, steve.dower
Date 2021-04-26.15:21:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619450497.97.0.461543428873.issue43762@roundup.psfhosted.org>
In-reply-to
Content
Yeah, along those lines. I believe the event is ".../result" in other places, just to be clear that it's not a function with that name.

Also, don't forget to clean up when returning early from the connected event. We don't want to leak the connection object if the hook raises an error.
History
Date User Action Args
2021-04-26 15:21:38steve.dowersetrecipients: + steve.dower, christian.heimes, berker.peksag, erlendaasland
2021-04-26 15:21:37steve.dowersetmessageid: <1619450497.97.0.461543428873.issue43762@roundup.psfhosted.org>
2021-04-26 15:21:37steve.dowerlinkissue43762 messages
2021-04-26 15:21:37steve.dowercreate