[fix] Add patch to keep _POSIX_THREADS value.
In UNIX platform since python 3.7, _POSIX_THREADS need to be defined. If it's not the case the native threads type is unknown and a build error is returned from pythread.h.
Please register or sign in to comment