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 steve.dower
Recipients christian.heimes, steve.dower
Date 2020-06-29.16:28:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593448091.24.0.691665000355.issue41162@roundup.psfhosted.org>
In-reply-to
Content
Because of when _Py_ClearAuditHooks is called during finalization, it is possible that __del__ destructors will be called after hooks have been cleared. Audit events that would be raised here are dropped.

We should ensure these events are received by any known hooks for the interpreter (Python) or the runtime (C).

(Thanks to Frank Li for the report.)
History
Date User Action Args
2020-06-29 16:28:11steve.dowersetrecipients: + steve.dower, christian.heimes
2020-06-29 16:28:11steve.dowersetmessageid: <1593448091.24.0.691665000355.issue41162@roundup.psfhosted.org>
2020-06-29 16:28:11steve.dowerlinkissue41162 messages
2020-06-29 16:28:11steve.dowercreate