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
Calls tostr() must use the oldtp_call protocol instead oftp_vectorcall, asPyUnicode_Type does not implement vectorcall. All other common types, includinglist,dict,tuple implement vectorcall. For some reasonstr got overlooked.