summaryrefslogtreecommitdiff
path: root/Python/emscripten_signal.c
Commit message (Collapse)AuthorAgeFilesLines
* bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads ↵Hood Chatham2022-04-031-0/+56
(GH-32209) Co-authored-by: Christian Heimes <christian@python.org> Co-authored-by: Brett Cannon <brett@python.org>