We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f6c98 commit f4b8a80Copy full SHA for f4b8a80
numpy/f2py/cfuncs.py
@@ -553,7 +553,8 @@ def errmess(s: str) -> None:
553
# running a compile-time check (which we have no control over in generated
554
# code used outside of NumPy) is hard. Therefore we support overriding this
555
# via an external define - the f2py-using package can then use the same
556
-# compile-time checks as we use for `NPY_TLS` when building NumPy.
+# compile-time checks as we use for `NPY_TLS` when building NumPy (see
557
+# scipy#21860 for an example of that).
558
#
559
# __STDC_NO_THREADS__ should not be coupled to the availability of _Thread_local.
560
# In case we get a bug report, guard it with __STDC_NO_THREADS__ after all.
0 commit comments