]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-130396: Work around for broken `pthread_get_stackaddr_np` on Emscripten (#131088)
authorHood Chatham <roberthoodchatham@gmail.com>
Thu, 13 Mar 2025 23:04:40 +0000 (00:04 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 23:04:40 +0000 (07:04 +0800)
commitf3e275f1a92c0f668b1397b21e8ffaaed576c317
tree288f65e9e8b5530119e72c003a47b014f8647d4c
parent1121c80fdad1fc1a175f4691f33272cf28a66e83
GH-130396: Work around for broken `pthread_get_stackaddr_np` on Emscripten (#131088)

Implements a workaround implementation of `pthread_get_stackaddr_np` for Emscripten.
This will be replaced by an implementation that will be included in Emscripten 4.0.6.
Python/ceval.c