FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

/ cpython Public

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 commented Sep 19, 2023
edited by bedevere-app Bot
Loading

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.
colesbury added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Sep 19, 2023

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

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

Copy link
Copy Markdown
Member

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

ericsnowcurrently enabled auto-merge (squash) September 19, 2023 17:22
ericsnowcurrently merged commit 9df6712 into python:main Sep 19, 2023
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL