Closed
Description
Bug report
Bug description:
The following assert fails under a debug build with WASI:
Line 269 in a155f9f
It's probably due to the pthread stubs always returning 0
as the thread ID:
cpython/Python/thread_pthread_stubs.h
Lines 97 to 100 in a155f9f
It can probably be solved by making the assertion conditional on `HAVE_PTHREAD_STUBS not being defined:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other