Add writer functions to want_release_gil()

This commit is contained in:
RumovZ 2021-01-07 13:09:00 +01:00
parent 76c16180ae
commit c2e2a86ec9

View file

@ -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