Skip to content

Commit

Permalink
respond to review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Nov 5, 2024
1 parent eee9d76 commit a2732fc
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 @@ -275,7 +275,7 @@ which releases the GIL while the waiting for the lock, so that is another option
if you only need to support newer Python versions.

[`GILOnceCell`]: {{#PYO3_DOCS_URL}}/pyo3/sync/struct.GILOnceCell.html
[`GILProtected`]: https://docs.rs/pyo3/latest/pyo3/sync/struct.GILProtected.html
[`GILProtected`]: https://docs.rs/pyo3/0.22/pyo3/sync/struct.GILProtected.html
[`Once`]: https://doc.rust-lang.org/stable/std/sync/struct.Once.html
[`Once::call_once`]: https://doc.rust-lang.org/stable/std/sync/struct.Once.html#tymethod.call_once
[`Once::call_once_force`]: https://doc.rust-lang.org/stable/std/sync/struct.Once.html#tymethod.call_once_force
Expand Down

0 comments on commit a2732fc

Please sign in to comment.