[New-bugs-announce] [issue38922] code.replace() does not raise audit event

Steve Dower report at bugs.python.org
Tue Nov 26 15:13:46 EST 2019


New submission from Steve Dower <steve.dower at python.org>:

Because code.replace() manually creates a new code object (that is, with arbitrary co_code rather than via the compiler), it should raise code.__new__ with its arguments.

----------
assignee: steve.dower
messages: 357529
nosy: steve.dower
priority: normal
severity: normal
status: open
title: code.replace() does not raise audit event
versions: Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list