[issue37505] Early auditing broken

Steve Dower report at bugs.python.org
Fri Jul 5 11:24:34 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

Yeah, at some point we had to add an initialization check to the audit calls because of the tuple, so it essentially became a subinterpreter event but not the main one.

But I thought the dtrace call happened before that check? Looking through the linked commit, apparently not, but I don't actually recall right now why and I can't quite see enough context. Did we need the tuple there too?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37505>
_______________________________________


More information about the Python-bugs-list mailing list