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 StringIO Content-Length calculation for multi-byte chars
Correctly calculate Content-Length for io.StringIO objects containing
multi-byte characters by measuring the UTF-8 encoded byte length.
Added test case with emoji character to verify the fix.
Fixes: psf#6917
0 commit comments