Message372900
Before this, we only audit code.__new__ and code.replace, as these methods allow constructing arbitrary code objects, and we don't audit code object coming from the normal way (like compile,exec,eval).
If the event is raised in PyCode_NewWithPosOnlyArgs, is it ok that the compiled code is also audited? |
|
Date |
User |
Action |
Args |
2020-07-03 03:08:53 | tkmk | set | recipients:
+ tkmk, steve.dower |
2020-07-03 03:08:53 | tkmk | set | messageid: <1593745733.66.0.460223189889.issue41180@roundup.psfhosted.org> |
2020-07-03 03:08:53 | tkmk | link | issue41180 messages |
2020-07-03 03:08:53 | tkmk | create | |
|