Avatar for the aio-libs user
aio-libs
aiohttp
BlogDocsChangelog

Performance History

Latest Results

Fix BodyPartReader.read() returning bytearray instead of bytes BodyPartReader.read() accumulated data into a bytearray internally but returned it directly, violating the documented return type of bytes. This caused downstream TypeError when trying to JSON-serialize the result, e.g. json.dumps({'filename': data}). The same defect existed on both code paths in read(): - decode=False: returned the raw accumulation bytearray - decode=True: returned the decoded accumulation bytearray Fix by wrapping both return values in bytes(). Fixes #12404
terminalchai:fix/multipart-read-returns-bytes
6 hours ago
Fix mypy: use traceback.extract_tb and silence unreachable yield
AndrewKarelin:fix-run_app-traceback
9 hours ago
Add CHANGES/12493.bugfix
AndrewKarelin:fix-run_app-traceback
10 hours ago
Merge branch 'master' into fix-cookie-ctl-chars
rodrigobnogueira:fix-cookie-ctl-chars
11 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Fix BodyPartReader.read() returning bytearray instead of bytes#12494
14 days ago
3dda5cb
terminalchai:fix/multipart-read-returns-bytes
CodSpeed Performance Gauge
0%
10 hours ago
85aba50
AndrewKarelin:fix-run_app-traceback
CodSpeed Performance Gauge
0%
11 hours ago
049232e
rodrigobnogueira:fix-cookie-ctl-chars
© 2026 CodSpeed Technology
Home Terms Privacy Docs