Skip to content

Commit

Permalink
bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available
Browse files Browse the repository at this point in the history
``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 <[email protected]>
  • Loading branch information
tiran committed Nov 29, 2021
1 parent f7a62f2 commit d26a31d
Show file tree
Hide file tree
Showing 2 changed files with 608 additions and 83 deletions.
Loading

0 comments on commit d26a31d

Please sign in to comment.