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 to str() must use the old tp_call protocol instead of tp_vectorcall, as PyUnicode_Type does not implement vectorcall.
All other common types, including list, dict, tuple implement vectorcall. For some reason str got overlooked.
Calls to
str()must use the oldtp_callprotocol instead oftp_vectorcall, asPyUnicode_Typedoes not implement vectorcall.All other common types, including
list,dict,tupleimplement vectorcall. For some reasonstrgot overlooked.Linked PRs
str()#117725