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: f2py: fix issues with thread-local storage define
This is a continuing source of issues, therefore in this commit we:
- stop using `threads.h` completely,
- better document what is happening, and
- ensure the f2py TLS define stays unchanged so users can override
it at build time by passing the define as a compile flag.
Closesnumpygh-27718
0 commit comments