Skip to content

Commit

Permalink
FAQ: add GIL Q
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jun 2, 2023
1 parent 193d514 commit c56ccc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ If you're using *scrypt* or *yescrypt*, you will be probably fine for good.
See also The Zen of Python: "Errors should never pass silently."

3. It's more [Pythonic](https://docs.python.org/3/glossary.html#term-EAFP).


## Does *argon2-cffi* release the GIL?

[Yes](https://cffi.readthedocs.io/en/latest/ref.html#conversions).

0 comments on commit c56ccc2

Please sign in to comment.