diff options
author | Sam Gross <colesbury@gmail.com> | 2024-04-04 18:09:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 18:09:38 (GMT) |
commit | de5ca0bf71760aad8f2b8449c89242498bff64c8 (patch) | |
tree | b50ecf16ae524ab7e181215a18f5ec7ee8d021a1 /Python/bytecodes.c | |
parent | 04697bcfaf5dd34c9312f4f405083b6d33b3511f (diff) | |
download | cpython-de5ca0bf71760aad8f2b8449c89242498bff64c8.zip cpython-de5ca0bf71760aad8f2b8449c89242498bff64c8.tar.gz cpython-de5ca0bf71760aad8f2b8449c89242498bff64c8.tar.bz2 |
gh-117435: Make `SemLock` thread-safe in free-threaded build (#117436)
Use critical sections to make acquire, release, and _count thread-safe
without the GIL.
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions