X Tutup
The Wayback Machine - https://web.archive.org/web/20221223114712/https://github.com/python/cpython/pull/32209/commits
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads #32209

Merged
merged 23 commits into from Apr 3, 2022

Commits on Mar 31, 2022

  1. Apply suggestions from code review

    Co-authored-by: Christian Heimes <christian@python.org>
    hoodmane and tiran committed Mar 31, 2022
  2. Use EMSCRIPTEN_KEEP_ALIVE in Py_EMSCRIPTEN_SIGNAL_HANDLING, be a bit …

    …more conservative with errors in CheckEmscriptenSignals
    hoodmane committed Mar 31, 2022
  3. Formatting fixes

    hoodmane committed Mar 31, 2022
  4. More formatting fixes

    hoodmane committed Mar 31, 2022
  5. More formatting

    hoodmane committed Mar 31, 2022
  6. Add comment to #endif

    hoodmane committed Mar 31, 2022
  7. Update Modules/signalmodule.c

    Co-authored-by: Christian Heimes <christian@python.org>
    hoodmane and tiran committed Mar 31, 2022

Commits on Apr 2, 2022

  1. Add blurb

    hoodmane committed Apr 2, 2022
  2. Update configure.ac

    Co-authored-by: Christian Heimes <christian@python.org>
    hoodmane and tiran committed Apr 2, 2022
  3. Run autoconf

    hoodmane committed Apr 2, 2022
X Tutup