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-23.21:36:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619213793.19.0.568479363478.issue43762@roundup.psfhosted.org>
In-reply-to
Content
Left some minor suggestions on the PR, but wanted to copy this comment here as well:

I wonder if it's worth returning the connection object when it's created (through a new event in module.c) and then reference it in these events? That can then correlate these (and other) events with the file - we do this already for sockets.

After some thought, I think it's probably not worth it for these ones. The important information is in the extension being loaded, and it doesn't really relate to the connection at all. However, if we wanted to add it later, we couldn't. So might be worth doing now?
History
Date User Action Args
2021-04-23 21:36:33steve.dowersetrecipients: + steve.dower, christian.heimes, berker.peksag, erlendaasland
2021-04-23 21:36:33steve.dowersetmessageid: <1619213793.19.0.568479363478.issue43762@roundup.psfhosted.org>
2021-04-23 21:36:33steve.dowerlinkissue43762 messages
2021-04-23 21:36:33steve.dowercreate