From c2e2a86ec9cdbee3c23cc7c328a2666858d7788a Mon Sep 17 00:00:00 2001 From: RumovZ Date: Thu, 7 Jan 2021 13:09:00 +0100 Subject: [PATCH] Add writer functions to want_release_gil() --- pylib/rsbridge/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pylib/rsbridge/lib.rs b/pylib/rsbridge/lib.rs index afff8c7ac..f3dedb826 100644 --- a/pylib/rsbridge/lib.rs +++ b/pylib/rsbridge/lib.rs @@ -53,6 +53,10 @@ fn want_release_gil(method: u32) -> bool { | BackendMethod::LatestProgress | BackendMethod::SetWantsAbort | BackendMethod::I18nResources + | BackendMethod::NormalizeSearch + | BackendMethod::NegateSearch + | BackendMethod::ConcatenateSearches + | BackendMethod::ReplaceSearchTerm ) } else { false