Add writer functions to want_release_gil()

This commit is contained in:
RumovZ 2021-01-07 13:09:00 +01:00
parent 991a3c1596
commit e563e4a19e

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