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
BUG: add compile-time checks for thread-local storage syntax
`f2py` has a macro for TLS that has broken multiple times now.
It's more reliable to override the f2py define with the result of
a compile-time check for what syntax compiles.
Logic adapted from NumPy's `NPY_TLS` in `npy_common.h`.
0 commit comments