aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
🧪 Fix the circular import branch directory skip PR #13388 introduced partial branch coverage in a directory scan skip logic in `tests/test_circular_imports.py::test_no_warnings`. This patch is attempting to address is by bringing the coverage on the test module back to 100% metric.
webknjaz:testing/13388-circular-imports-branch-cov
4 hours ago
chore: add PR-numbered changelog symlink
Swastikbhat-lab:fix/ipv6-zone-proxy-request-line
6 hours ago
experiment! unsymlink aiohttp._websocket.reader_c
revert-13388-testing/wheel-ci-cd-from-sdist
8 hours ago
experiment! stage2: Invoke pytest in isolated mode in tests
revert-13388-testing/wheel-ci-cd-from-sdist
9 hours ago
experiment! stage2: Invoke pytest in isolated mode in tests
revert-13388-testing/wheel-ci-cd-from-sdist
9 hours ago
Merge PR #13422 from branch 'testing/coverage-sync-modern-sdist-install'
master
15 hours ago
Only eager-start request sending when inside the request's loop The eager_start optimization in ClientRequest.send() schedules the request task with loop.call_soon(..., context=None), which makes it run on the caller's running loop. When a session is used from a different thread than the one running its loop, the send task is scheduled on that thread's loop while the request is owned by the session's loop -- the eager task then fails inside the foreign loop ("attached to a different loop") and leaves the calling code waiting on an error that never arrives. Only take the eager path when the calling thread is inside the request's own loop, and fall back to the standard loop.create_task path otherwise. Fixes #13346 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
aryansk:fix-eager-start-cross-loop-13346
21 hours ago
Strip IPv6 link-local zone id from proxy request target The absolute-form request target sent to an HTTP proxy was built from str(self.url), which includes the IPv6 link-local zone id (e.g. %eth0). Per RFC 6874 the zone id only has local significance at the sending host and must be stripped from outgoing URIs; leaving it in the request line makes the request invalid for strict proxies and servers.
Swastikbhat-lab:fix/ipv6-zone-proxy-request-line
22 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
🧪 Fix the circular import branch directory skip
#13430
5 hours ago
a34ae1b
webknjaz:testing/13388-circular-imports-branch-cov
CodSpeed Performance Gauge
0%
Strip IPv6 link-local zone id from absolute-form proxy request target
#13428
6 hours ago
d6e38e9
Swastikbhat-lab:fix/ipv6-zone-proxy-request-line
CodSpeed Performance Gauge
+9%
[DNM] Revert "🧪 Run tests from sdist like downstreams"
#13425
8 hours ago
7cb97a0
revert-13388-testing/wheel-ci-cd-from-sdist
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs