Skip to content

Commit 297a53c

Browse files
committed
Update comment
1 parent d79cdaa commit 297a53c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/ceval.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ _Py_EnterRecursiveCallUnchecked(PyThreadState *tstate)
367367

368368
#if defined(__EMSCRIPTEN__)
369369

370-
// Temporary workaround to make `pthread_getattr_np` work on Emscripten until a
371-
// version of Emscripten is released containing the fix.
370+
// Temporary workaround to make `pthread_getattr_np` work on Emscripten.
371+
// Emscripten 4.0.6 will contain a fix:
372372
// https://github.com/emscripten-core/emscripten/pull/23887
373373

374374
#include "emscripten/stack.h"

0 commit comments

Comments
 (0)