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

bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494) by emmatyping · Pull Request #30494 · python/cpython · GitHub

/ cpython Public

bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494) - #30494

Merged
tiran merged 2 commits into
python:mainfrom
emmatyping:fixemscripten
Jan 9, 2022
Merged

bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494)#30494
tiran merged 2 commits into
python:mainfrom
emmatyping:fixemscripten

Conversation

emmatyping commented Jan 9, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

With the fix in 994f90c
building for Emscripten started failing with epoll link
errors as can be seen here:
https://github.com/ethanhs/python-wasm/runs/4745952720

I believe this shouldn't require a news entry.

https://bugs.python.org/issue40280

With the fix in 994f90c
building for Emscripten started failing with epoll link
errors as can be seen here:
https://github.com/ethanhs/python-wasm/runs/4745952720

sobolevn commented Jan 9, 2022
edited
Loading

Copy link
Copy Markdown
Member

@ethanhs should it be back-ported? 🤔

CC @corona10

corona10 commented Jan 9, 2022

Copy link
Copy Markdown
Member

@sobolevn
Supporting WASM is a new feature from Python 3.11
I don't think that the backport is needed.

erlend-aasland left a comment

Copy link
Copy Markdown
Contributor

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 Author

Yes, since this is new in 3.11 there should be no need for any backporting.

Copy link
Copy Markdown
Contributor

I'd update the PR title to more accurately reflect the actual change, though.

emmatyping changed the title bpo-40280: Update Emscripten build config.site bpo-40280: Disable epoll_create in Emscripten config.site Jan 9, 2022
Co-authored-by: nick.pope@infogrid.io
tiran changed the title bpo-40280: Disable epoll_create in Emscripten config.site bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494) Jan 9, 2022
tiran merged commit 5c66414 into python:main Jan 9, 2022
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.

8 participants


Back | FazBrowse Home | New Git URL