summaryrefslogtreecommitdiffstats
path: root/Python/getopt.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2023-11-09 23:37:11 (GMT)
committerGitHub <noreply@github.com>2023-11-09 23:37:11 (GMT)
commit289af8612283508b67d7969d7182070381b4349b (patch)
tree55d8082aad0a83f47ec27e0f3d7aab629ca53dec /Python/getopt.c
parentb9f814ce6fdc2fd636bb01e60c60f3ed708a245f (diff)
downloadcpython-289af8612283508b67d7969d7182070381b4349b.zip
cpython-289af8612283508b67d7969d7182070381b4349b.tar.gz
cpython-289af8612283508b67d7969d7182070381b4349b.tar.bz2
gh-111569: Fix critical sections test on WebAssembly (GH-111897)
This adds a macro `Py_CAN_START_THREADS` that corresponds to the Python function `test.support.threading_helper.can_start_thread()`. WASI and some Emscripten builds do not have a working pthread implementation. This macro is used to guard the critical sections C API tests that require a working threads implementation.
Diffstat (limited to 'Python/getopt.c')
0 files changed, 0 insertions, 0 deletions