]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99377: Add audit events for thread creation and clear (GH-99378)
authorSteve Dower <steve.dower@python.org>
Wed, 16 Nov 2022 17:15:52 +0000 (17:15 +0000)
committerGitHub <noreply@github.com>
Wed, 16 Nov 2022 17:15:52 +0000 (17:15 +0000)
commit19c1462e8dca3319c8290e2edcce482bd18cb018
tree01d4d3189f912b0444faf55a44e34057e8dc5afb
parent01fa907aa8e7c475a76b407f35c635b26c9f47f8
gh-99377: Add audit events for thread creation and clear (GH-99378)
Doc/c-api/init.rst
Doc/library/_thread.rst
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Core and Builtins/2022-11-11-14-04-01.gh-issue-99377.-CJvWn.rst [new file with mode: 0644]
Modules/_threadmodule.c
Python/pystate.c