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
Replace PyUnicode_New(), PyUnicode_CopyCharacters(), etc. with PyUnicodeWriter. It avoids creating incomplete Unicode strings: see Avoid creating incomplete/invalid objects.