Skip to content

Commit

Permalink
remove discussion of threadsafe keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Jul 24, 2024
1 parent 61adb17 commit 31e1063
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/porting.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,6 @@ after importing a module that does not support the GIL.
If you know the extension is *not* thread safe, then you can force the
extension to require the GIL with `--no-freethreading-compatible.

If you know the fortran code is thread-safe, consider also creating a
[signature file](https://numpy.org/devdocs/f2py/signature-file.html) if you
have not already done so, and mark the wrapped signatures as
`threadsafe`. Note that this currently does not work with wrapped fortran
code that uses callbacks because the callback implementation in f2py makes
use of the CPython C API.


If you publish binaries and have downstream libraries that depend on your
library, we suggest adding support as described above and uploading nightly wheels
Expand Down

0 comments on commit 31e1063

Please sign in to comment.