Saiyang Gou <gousaiyang...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43756>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to