Skip to content

gh-108724: Fix _PySemaphore compile error on WASM - #109583

Merged
ericsnowcurrently merged 1 commit into
python:mainfrom
colesbury:pymutex-fix-wasm
Sep 19, 2023
Merged

gh-108724: Fix _PySemaphore compile error on WASM#109583
ericsnowcurrently merged 1 commit into
python:mainfrom
colesbury:pymutex-fix-wasm

Conversation

@colesbury

@colesburycolesbury commented Sep 19, 2023

Copy link
Copy Markdown
Contributor

Some WASM platforms have POSIX semaphores, but not sem_timedwait.

Some WASM platforms have POSIX semaphores, but not sem_timedwait.
@colesburycolesbury added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Sep 19, 2023
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @colesbury for commit a9c0a5b 🤖

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Sep 19, 2023

@ericsnowcurrentlyericsnowcurrently left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ericsnowcurrently

Copy link
Copy Markdown
Member

The build step succeeded for "buildbot/wasm32-emscripten node (dynamic linking) PR", so I'm calling this good. :)

@ericsnowcurrently
ericsnowcurrently enabled auto-merge (squash) September 19, 2023 17:22
@ericsnowcurrently
ericsnowcurrently merged commit 9df6712 into python:mainSep 19, 2023
@colesbury
colesbury deleted the pymutex-fix-wasm branch September 19, 2023 21:00
csm10495 pushed a commit to csm10495/cpython that referenced this pull request Sep 28, 2023
)
Some WASM platforms have POSIX semaphores, but not sem_timedwait.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@colesbury@bedevere-bot@ericsnowcurrently