Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We already have events for interpreter creation and free, but not threads.
The text was updated successfully, but these errors were encountered:
pythongh-99377: Add audit events for thread creation and clear
5c53261
gh-99377: Add audit events for thread creation and clear (GH-99378)
19c1462
pythongh-99377: Prevent raising audit event when thread state has not…
c732ecc
… actually been set. This can occur during initialization. Without the check, later calls to get the interpreter state will cause a fatal error.
Revert "pythongh-99377: Add audit events for thread creation and clear (
528dee0
pythonGH-99378)" This reverts commit 19c1462.
gh-99377: Revert audit events for thread state creation and free, bec…
5fdd49d
…ause the GIL is not properly held at these times (GH-99543)
zooba
No branches or pull requests
zooba commentedNov 11, 2022
•
edited by bedevere-bot
We already have events for interpreter creation and free, but not threads.
The text was updated successfully, but these errors were encountered: