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
BLD: Do not set __STDC_VERSION__ to zero during build
The __STDC_VERSION__ set to zero prevents successful build on at least
one platform - OpenIndiana. In addiiton, zero is not a valid value for
__STDC_VERSION__ and it is unclear why the setting was added.
Closesnumpy#25366.
0 commit comments