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
fix: reject str in tp_init with hashlib-compatible error
Add PyUnicode_Check before PyArg_ParseTupleAndKeywords in all 4
tp_init functions, raising 'Strings must be encoded before hashing'
when str is passed. Needed for PyPy where tp_vectorcall is not
supported and tp_init is the fallback constructor path.
0 commit comments