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
When threads.posix exists we really need thread-local-storage
`thread-local-storage` is needed for correct operation when `threads.posix`
exists. TLS is used to store the fiber identity with `picos.threaded` and that
breaks without proper TLS.
I've now run into this a couple of times that I missed `thread-local-storage`
from the switch and that unfortunately allowed an invalid build where
`threads.posix` (and hence systhreads) existed without `thread-local-storage`.
0 commit comments