Skip to content

Commit

Permalink
Update guide/src/free-threading.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Kolenbrander <[email protected]>
  • Loading branch information
ngoldbaum and mejrs authored Dec 13, 2024
1 parent b71acef commit 2fc22e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/free-threading.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function. Threads created via the Python [`threading`] module do not not need to
do this, and pyo3 will handle setting up the [`Python<'py>`] token when CPython
calls into your extension, but all other OS threads that interact with the
Python runtime must explicitly attach using `with_gil` and obtain a `'py`
liftime.
lifetime.

### Global synchronization events can cause hangs and deadlocks

Expand Down

0 comments on commit 2fc22e9

Please sign in to comment.