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
Placeholder issue for all things related to the str/unicode changes.
With Python 3 most of the str related stuff goes to bytes so we probably need to add support for unicode related structs (e.g. PyUnicode_Type, PyUnicodeObject).
The text was updated successfully, but these errors were encountered:
Placeholder issue for all things related to the str/unicode changes.
With Python 3 most of the
str
related stuff goes tobytes
so we probably need to add support for unicode related structs (e.g.PyUnicode_Type
,PyUnicodeObject
).The text was updated successfully, but these errors were encountered: