You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments