From 9ee58b7daaae2db78b35206ece1bbed3127c593f Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Wed, 29 Jul 2020 16:50:57 -0400 Subject: [PATCH] Snippet from other notes --- _posts/2020-06-29-release-the-gil-pt.-2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2020-06-29-release-the-gil-pt.-2.md b/_posts/2020-06-29-release-the-gil-pt.-2.md index 7c0c61a..fe23ada 100644 --- a/_posts/2020-06-29-release-the-gil-pt.-2.md +++ b/_posts/2020-06-29-release-the-gil-pt.-2.md @@ -171,6 +171,8 @@ void recurse_unlock() { # PyO3 +Now that pyo3 is stable, represents a great candidate for bridge. + ```rust use pyo3::prelude::*; use pyo3::wrap_pyfunction;