You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there's a few other immutable types like str and tuple which I guess can also have treatment like this where py is necessary for reading, but once read, the GIL can be released. Might be interesting to follow up this another time.
In comment to
Py<PyBytes>::as_bytes
:I think there's a few other immutable types like
str
andtuple
which I guess can also have treatment like this wherepy
is necessary for reading, but once read, the GIL can be released. Might be interesting to follow up this another time.Originally posted by @davidhewitt in #2235 (review)
The text was updated successfully, but these errors were encountered: