]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129824: Fix data race on `runtime->gilstate.check_enabled` (gh-143530)
authorSam Gross <colesbury@gmail.com>
Wed, 7 Jan 2026 22:56:14 +0000 (17:56 -0500)
committerGitHub <noreply@github.com>
Wed, 7 Jan 2026 22:56:14 +0000 (17:56 -0500)
commitf11f5ebfe6614de23918e2c0b7eedb3a12a14752
treea6608327672cbd8c05d944d2567f82171712740a
parent228d95582e080c60335d5f0a229a6698eb69b11c
gh-129824: Fix data race on `runtime->gilstate.check_enabled` (gh-143530)
Python/pylifecycle.c
Python/pystate.c