aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 9.0.0b1 → 9.0.0b2](https://github.com/PyCQA/isort/compare/9.0.0b1...9.0.0b2)
pre-commit-ci-update-config
5 hours ago
Merge branch 'master' into master
Moist-Cat:master
6 hours ago
Merge branch 'master' into response-refactor
Moist-Cat:response-refactor
6 hours ago
Allocate the chunk-task set lazily and cover it with tests Two follow-ups on the fire-and-forget fix: A StreamReader is constructed per response, but _on_chunk_received is only set when client tracing is enabled, so allocating the holding set eagerly in __init__ charged every response for a rarely-used feature. Measured at 46ns per construction on this machine, about +40% on the object construction itself. It is now allocated on first use. Added two tests. One asserts the task is strongly referenced while pending and dropped once it completes, so keeping the reference cannot turn into a leak; the discard arrives one tick late because add_done_callback is delivered via call_soon. The other asserts the set stays unallocated when no hook is set, which pins the lazy behaviour. Both fail against the current upstream streams.py and pass with this change.
noron12234:fix/retain-chunk-received-task
6 hours ago
Bump pip from 26.2 to 26.2.1 Bumps [pip](https://github.com/pypa/pip) from 26.2 to 26.2.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.2...26.2.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.2.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pip-26.2.1
9 hours ago
Bump aiofastnet from 1.0.2 to 1.0.3 Bumps [aiofastnet](https://github.com/tarasko/aiofastnet) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/tarasko/aiofastnet/releases) - [Changelog](https://github.com/tarasko/aiofastnet/blob/master/HISTORY.rst) - [Commits](https://github.com/tarasko/aiofastnet/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: aiofastnet dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/aiofastnet-1.0.3
9 hours ago
Bump aiofastnet from 1.0.1 to 1.0.3 Bumps [aiofastnet](https://github.com/tarasko/aiofastnet) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/tarasko/aiofastnet/releases) - [Changelog](https://github.com/tarasko/aiofastnet/blob/master/HISTORY.rst) - [Commits](https://github.com/tarasko/aiofastnet/compare/v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: aiofastnet dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/aiofastnet-1.0.3
9 hours ago
Bump cffi from 2.1.0 to 2.1.1 Bumps [cffi](https://github.com/python-cffi/cffi) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/cffi-2.1.1
9 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
[pre-commit.ci] pre-commit autoupdate
#13378
5 hours ago
8f4a2e1
pre-commit-ci-update-config
CodSpeed Performance Gauge
-11%
Add support for HTTP/2
#13039
6 hours ago
0f9f4d8
Moist-Cat:master
CodSpeed Performance Gauge
0%
Abstract the public-facing API away from ClientResponse
#13152
6 hours ago
9013083
Moist-Cat:response-refactor
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs