8000 bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available (GH-29844) by tiran · Pull Request #29844 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available (GH-29844) #29844

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 se 8000 nd you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available
``PY_STDLIB_MOD_SIMPLE`` macro used to ignore ``py_stdlib_not_available``.
Emscripten has a couple of modules disabled that are "simple".

Also ``_multiprocessing`` now checks for ``sem_unlink`` and ``fcntl`` is
disabled on Emscripten platform.

Signed-off-by: Christian Heimes <christian@python.org>
  • Loading branch information
tiran committed Nov 29, 2021
commit d26a31dedb09faec2ca56c9473e8ffba5a146cbb
Loading
0