We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79cdaa commit 297a53cCopy full SHA for 297a53c
Python/ceval.c
@@ -367,8 +367,8 @@ _Py_EnterRecursiveCallUnchecked(PyThreadState *tstate)
367
368
#if defined(__EMSCRIPTEN__)
369
370
-// Temporary workaround to make `pthread_getattr_np` work on Emscripten until a
371
-// version of Emscripten is released containing the fix.
+// Temporary workaround to make `pthread_getattr_np` work on Emscripten.
+// Emscripten 4.0.6 will contain a fix:
372
// https://github.com/emscripten-core/emscripten/pull/23887
373
374
#include "emscripten/stack.h"
0 commit comments