We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
In Python/thread.c
#elif defined(_POSIX_THREADS)# if defined(__EMSCRIPTEN__) || !defined(__EMSCRIPTEN_PTHREADS__)# define PYTHREAD_NAME "pthread-stubs"# else# define PYTHREAD_NAME "pthread"# endif
|| should be &&.