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 gousaiyang
Recipients gousaiyang, steve.dower
Date 2021-04-07.06:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617775730.29.0.704558184231.issue43756@roundup.psfhosted.org>
In-reply-to
Content
And one more question, should we ever remove an old version of event when we add a new version of it? A function whose signature got repeatedly changed may result in several versions of audit event raised together on a single operation, which is probably not good for performance. But removing the old event will make those hooks which are not written to handle the new version of the event unable to receive the old event at all, which doesn't look good.
History
Date User Action Args
2021-04-07 06:08:50gousaiyangsetrecipients: + gousaiyang, steve.dower
2021-04-07 06:08:50gousaiyangsetmessageid: <1617775730.29.0.704558184231.issue43756@roundup.psfhosted.org>
2021-04-07 06:08:50gousaiyanglinkissue43756 messages
2021-04-07 06:08:50gousaiyangcreate