◐ Shell
clean mode source ↗

gh-108724: Fix _PySemaphore compile error on WASM by colesbury · Pull Request #109583 · python/cpython

Conversation

@colesbury

@colesbury colesbury commented

Sep 19, 2023

edited by bedevere-app Bot

Loading

Some WASM platforms have POSIX semaphores, but not sem_timedwait.

@bedevere-bot

🤖 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.

ericsnowcurrently

Choose a reason for hiding this comment

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

LGTM

@ericsnowcurrently

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

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.

Labels