]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108724: Fix _PySemaphore compile error on WASM (gh-109583)
authorSam Gross <colesbury@gmail.com>
Tue, 19 Sep 2023 17:35:11 +0000 (13:35 -0400)
committerGitHub <noreply@github.com>
Tue, 19 Sep 2023 17:35:11 +0000 (17:35 +0000)
commit9df6712c122b621dc5a1053ff1eccf0debfb2148
tree98432c1b43f55223449b15b00d21cdcba147fa7a
parent0c89056fe59ac42f09978582479d40e58a236856
gh-108724: Fix _PySemaphore compile error on WASM (gh-109583)

Some WASM platforms have POSIX semaphores, but not sem_timedwait.
Include/internal/pycore_semaphore.h