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

Performance History

Latest Results

Fix BodyPartReader.read() returning bytearray instead of bytes BodyPartReader.read() was returning the internal bytearray buffer directly instead of bytes, violating the annotated return type. This caused TypeError when downstream code (like json.dump) tried to serialize the value since bytearray is not JSON serializable. The fix wraps the return values with bytes() to match the annotated return type. Fixes #12404
mitre88:fix/bodyreader-bytearray-leak
54 minutes ago
Normalize multiple Transfer-Encoding headers before chunked detection
jmestwa-coder:normalize-transfer-encoding-headers
8 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Fix BodyPartReader.read() returning bytearray instead of bytes#12466
1 hour ago
ddf2785
mitre88:fix/bodyreader-bytearray-leak
CodSpeed Performance Gauge
0%
8 hours ago
1998286
jmestwa-coder:normalize-transfer-encoding-headers
CodSpeed Performance Gauge
0%
Bump pytest-cov from 7.0.0 to 7.1.0#12453
11 hours ago
e8207ca
dependabot/pip/3.14/pytest-cov-7.1.0
© 2026 CodSpeed Technology
Home Terms Privacy Docs