]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99377: Revert audit events for thread state creation and free, because the GIL...
authorSteve Dower <steve.dower@python.org>
Thu, 17 Nov 2022 00:24:16 +0000 (00:24 +0000)
committerGitHub <noreply@github.com>
Thu, 17 Nov 2022 00:24:16 +0000 (00:24 +0000)
commit5fdd49dc653b4c14e3303c1eefd9d031602bbbf5
tree65d5666b8c9ce47d2c4472631efd49d860456e6a
parentbc390dd93574c3c6773958c6a7e68adc83d0bf3f
gh-99377: Revert audit events for thread state creation and free, because the GIL is not properly held at these times (GH-99543)
Doc/c-api/init.rst
Lib/test/test_audit.py
Python/pystate.c