Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Sep 19, 2023

Conversation

colesbury
Copy link
Contributor

@colesbury colesbury commented Sep 19, 2023

Some WASM platforms have POSIX semaphores, but not sem_timedwait.

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

🤖 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-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Sep 19, 2023
Copy link
Member

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

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

LGTM

@ericsnowcurrently
Copy link
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:main Sep 19, 2023
42 of 70 checks passed
@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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants