]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)
authorHood Chatham <roberthoodchatham@gmail.com>
Sun, 3 Apr 2022 20:58:52 +0000 (13:58 -0700)
committerGitHub <noreply@github.com>
Sun, 3 Apr 2022 20:58:52 +0000 (22:58 +0200)
commit087d0fa5b97796560c0d8ceab4f0360fd54baf4f
tree975274b43e0cc50d11f70ba0c6a8fd344d74d632
parentbdc497496548e30fa208a8d98c30bf6d1833ac4c
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)

Co-authored-by: Christian Heimes <christian@python.org>
Co-authored-by: Brett Cannon <brett@python.org>
Include/internal/pycore_emscripten_signal.h [new file with mode: 0644]
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2022-04-02-14-32-21.bpo-47176.kTygYI.rst [new file with mode: 0644]
Modules/signalmodule.c
Python/ceval.c
Python/emscripten_signal.c [new file with mode: 0644]
configure
configure.ac