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 tkmk
Recipients steve.dower, tkmk
Date 2020-07-03.03:08:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593745733.66.0.460223189889.issue41180@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2020-07-03 03:08:53tkmksetrecipients: + tkmk, steve.dower
2020-07-03 03:08:53tkmksetmessageid: <1593745733.66.0.460223189889.issue41180@roundup.psfhosted.org>
2020-07-03 03:08:53tkmklinkissue41180 messages
2020-07-03 03:08:53tkmkcreate