You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cython's thread-safe module state lookup uses the C11 threads API on
CPython 3.12+. FreeBSD provides that API in libstdthreads, so link
against it explicitly.
Fixes: #1334
0 commit comments