René's URL Explorer Experiment


Title: Bump urllib3 from 1.26.5 to 2.6.3 in /pyperformance/data-files/benchmarks/bm_dulwich_log by dependabot[bot] · Pull Request #449 · python/pyperformance · GitHub

Open Graph Title: Bump urllib3 from 1.26.5 to 2.6.3 in /pyperformance/data-files/benchmarks/bm_dulwich_log by dependabot[bot] · Pull Request #449 · python/pyperformance

X Title: Bump urllib3 from 1.26.5 to 2.6.3 in /pyperformance/data-files/benchmarks/bm_dulwich_log by dependabot[bot] · Pull Request #449 · python/pyperformance

Description: Bumps urllib3 from 1.26.5 to 2.6.3. Release notes Sourced from urllib3's releases. 2.6.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul. Thank you for your support. Changes Fixed a security issue where decompression-bomb safeguards of the streaming API were bypassed when HTTP redirects were followed. (CVE-2026-21441 reported by @​D47A, 8.9 High, GHSA-38jv-5279-wg99) Started treating Retry-After times greater than 6 hours as 6 hours by default. (urllib3/urllib3#3743) Fixed urllib3.connection.VerifiedHTTPSConnection on Emscripten. (urllib3/urllib3#3752) 2.6.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul. Thank you for your support. Changes Fixed HTTPResponse.read_chunked() to properly handle leftover data in the decoder's buffer when reading compressed chunked responses. (urllib3/urllib3#3734) 2.6.1 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul. Thank you for your support. Changes Restore previously removed HTTPResponse.getheaders() and HTTPResponse.getheader() methods. (#3731) 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul. Thank you for your support. Security Fixed a security issue where streaming API could improperly handle highly compressed HTTP content ("decompression bombs") leading to excessive resource consumption even when a small amount of data was requested. Reading small chunks of compressed data is safer and much more efficient now. (CVE-2025-66471 reported by @​Cycloctane, 8.9 High, GHSA-2xpw-w6gg-jr37) Fixed a security issue where an attacker could compose an HTTP response with virtually unlimited links in the Content-Encoding header, potentially leading to a denial of service (DoS) attack by exhausting system resources during decoding. The number of allowed chained encodings is now limited to 5. (CVE-2025-66418 reported by @​illia-v, 8.9 High, GHSA-gm62-xv2j-4w53) [!IMPORTANT] If urllib3 is not installed with the optional urllib3[brotli] extra, but your environment contains a Brotli/brotlicffi/brotlipy package anyway, make sure to upgrade it to at least Brotli 1.2.0 or brotlicffi 1.2.0.0 to benefit from the security fixes and avoid warnings. Prefer using urllib3[brotli] to install a compatible Brotli package automatically. ... (truncated) Changelog Sourced from urllib3's changelog. 2.6.3 (2026-01-07) Fixed a high-severity security issue where decompression-bomb safeguards of the streaming API were bypassed when HTTP redirects were followed. (GHSA-38jv-5279-wg99 __) Started treating Retry-After times greater than 6 hours as 6 hours by default. ([#3743](https://github.com/urllib3/urllib3/issues/3743) __) Fixed urllib3.connection.VerifiedHTTPSConnection on Emscripten. ([#3752](https://github.com/urllib3/urllib3/issues/3752) __) 2.6.2 (2025-12-11) Fixed HTTPResponse.read_chunked() to properly handle leftover data in the decoder's buffer when reading compressed chunked responses. ([#3734](https://github.com/urllib3/urllib3/issues/3734) __) 2.6.1 (2025-12-08) Restore previously removed HTTPResponse.getheaders() and HTTPResponse.getheader() methods. ([#3731](https://github.com/urllib3/urllib3/issues/3731) __) 2.6.0 (2025-12-05) Security Fixed a security issue where streaming API could improperly handle highly compressed HTTP content ("decompression bombs") leading to excessive resource consumption even when a small amount of data was requested. Reading small chunks of compressed data is safer and much more efficient now. (GHSA-2xpw-w6gg-jr37 __) Fixed a security issue where an attacker could compose an HTTP response with virtually unlimited links in the Content-Encoding header, potentially leading to a denial of service (DoS) attack by exhausting system resources during decoding. The number of allowed chained encodings is now limited to 5. (GHSA-gm62-xv2j-4w53 __) .. caution:: If urllib3 is not installed with the optional urllib3[brotli] extra, but your environment contains a Brotli/brotlicffi/brotlipy package anyway, make sure to upgrade it to at least Brotli 1.2.0 or brotlicffi 1.2.0.0 to benefit from the security fixes and avoid warnings. Prefer using ... (truncated) Commits 0248277 Release 2.6.3 8864ac4 Merge commit from fork 70cecb2 Fix Scorecard issues related to vulnerable dev dependencies (#3755) 41f249a Move "v2.0 Migration Guide" to the end of the table of contents (#3747) fd4dffd Patch VerifiedHTTPSConnection for Emscripten (#3752) 13f0bfd Handle massive values in Retry-After when calculating time to sleep for (#3743) 8c480bf Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#3748) 4b40616 Bump actions/cache from 4.3.0 to 5.0.1 (#3750) 82b8479 Bump actions/download-artifact from 6.0.0 to 7.0.0 (#3749) 34284cb Mention experimental features in the security policy (#3746) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps urllib3 from 1.26.5 to 2.6.3. Release notes Sourced from urllib3's releases. 2.6.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support ...

X Description: Bumps urllib3 from 1.26.5 to 2.6.3. Release notes Sourced from urllib3's releases. 2.6.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 supp...

Opengraph URL: https://github.com/python/pyperformance/pull/449

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:e7b38cc9-afa9-6329-562a-82f5b210d9b8
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idCC8A:256EA0:18B8824:211865E:6969C047
html-safe-nonce1f9d054e7ab5ebbfa2349e8284368d794bc575fad4980f5706382481a80ec031
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQzhBOjI1NkVBMDoxOEI4ODI0OjIxMTg2NUU6Njk2OUMwNDciLCJ2aXNpdG9yX2lkIjoiMTI2MjIxNTMzNzI5MzIzNDI0NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac7225da69a2a28fbe9722aa14f8235a195038573b6883703a16bfb0fcfb3ab31d
hovercard-subject-tagpull_request:3154302159
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/pyperformance/pull/449/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps urllib3 from 1.26.5 to 2.6.3. Release notes Sourced from urllib3's releases. 2.6.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneacedec8b5f975d9e3d494ddd8f949b0b8a0de59d393901e26f73df9dcba80056
turbo-cache-controlno-cache
go-importgithub.com/python/pyperformance git https://github.com/python/pyperformance.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id65949828
octolytics-dimension-repository_nwopython/pyperformance
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id65949828
octolytics-dimension-repository_network_root_nwopython/pyperformance
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release83c08c21cdda978090dc44364b71aa5bc6dcea79
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/pyperformance/pull/449/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpyperformance%2Fpull%2F449%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpyperformance%2Fpull%2F449%2Fchecks
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=python%2Fpyperformance
Reloadhttps://github.com/python/pyperformance/pull/449/checks
Reloadhttps://github.com/python/pyperformance/pull/449/checks
Reloadhttps://github.com/python/pyperformance/pull/449/checks
python https://github.com/python
pyperformancehttps://github.com/python/pyperformance
Please reload this pagehttps://github.com/python/pyperformance/pull/449/checks
Notifications https://github.com/login?return_to=%2Fpython%2Fpyperformance
Fork 200 https://github.com/login?return_to=%2Fpython%2Fpyperformance
Star 974 https://github.com/login?return_to=%2Fpython%2Fpyperformance
Code https://github.com/python/pyperformance
Issues 45 https://github.com/python/pyperformance/issues
Pull requests 25 https://github.com/python/pyperformance/pulls
Actions https://github.com/python/pyperformance/actions
Projects 0 https://github.com/python/pyperformance/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/pyperformance/security
Please reload this pagehttps://github.com/python/pyperformance/pull/449/checks
Insights https://github.com/python/pyperformance/pulse
Code https://github.com/python/pyperformance
Issues https://github.com/python/pyperformance/issues
Pull requests https://github.com/python/pyperformance/pulls
Actions https://github.com/python/pyperformance/actions
Projects https://github.com/python/pyperformance/projects
Security https://github.com/python/pyperformance/security
Insights https://github.com/python/pyperformance/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fpyperformance%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fpyperformance%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/python/pyperformance/tree/main
dependabot/pip/pyperformance/data-files/benchmarks/bm_dulwich_log/urllib3-2.6.3https://github.com/python/pyperformance/tree/dependabot/pip/pyperformance/data-files/benchmarks/bm_dulwich_log/urllib3-2.6.3
Conversation 5 https://github.com/python/pyperformance/pull/449
Commits 1 https://github.com/python/pyperformance/pull/449/commits
Checks 76 https://github.com/python/pyperformance/pull/449/checks
Files changed https://github.com/python/pyperformance/pull/449/files
Please reload this pagehttps://github.com/python/pyperformance/pull/449/checks
Please reload this pagehttps://github.com/python/pyperformance/pull/449/checks
Sign in for the full log viewhttps://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpyperformance%2Fpull%2F449%2Fchecks
Bump urllib3 from 1.26.5 to 2.6.3 in /pyperformance/data-files/benchmarks/bm_dulwich_log https://github.com/python/pyperformance/pull/449/checks#top
Please reload this pagehttps://github.com/python/pyperformance/pull/449/checks
test on: push https://github.com/python/pyperformance/actions/runs/20800507934
ubuntu-latest - 3.10 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163326?pr=449
ubuntu-latest - 3.11 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163365?pr=449
ubuntu-latest - 3.12 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163336?pr=449
ubuntu-latest - 3.13 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163370?pr=449
ubuntu-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163315?pr=449
ubuntu-24.04-arm - 3.10 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163376?pr=449
ubuntu-24.04-arm - 3.11 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163350?pr=449
ubuntu-24.04-arm - 3.12 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163360?pr=449
ubuntu-24.04-arm - 3.13 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163377?pr=449
ubuntu-24.04-arm - 3.14 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163372?pr=449
ubuntu-latest - 3.14 free-threading https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163383?pr=449
ubuntu-24.04-arm - 3.14 free-threading https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163357?pr=449
ubuntu-latest - 3.15-dev https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163381?pr=449
ubuntu-latest - 3.15-dev free-threading https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163373?pr=449
ubuntu-latest - pypy-3.11 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163363?pr=449
macos-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163380?pr=449
windows-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20800507934/job/59744163384?pr=449
Lint on: push https://github.com/python/pyperformance/actions/runs/20800507943
lint https://github.com/python/pyperformance/actions/runs/20800507943/job/59744163260?pr=449
mypy on: push https://github.com/python/pyperformance/actions/runs/20800507959
Check code with mypy https://github.com/python/pyperformance/actions/runs/20800507959/job/59744163243?pr=449
test on: pull_request https://github.com/python/pyperformance/actions/runs/20800508415
ubuntu-latest - 3.10 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165112?pr=449
ubuntu-latest - 3.11 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165119?pr=449
ubuntu-latest - 3.12 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165117?pr=449
ubuntu-latest - 3.13 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165158?pr=449
ubuntu-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165116?pr=449
ubuntu-24.04-arm - 3.10 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165115?pr=449
ubuntu-24.04-arm - 3.11 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165150?pr=449
ubuntu-24.04-arm - 3.12 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165154?pr=449
ubuntu-24.04-arm - 3.13 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165140?pr=449
ubuntu-24.04-arm - 3.14 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165143?pr=449
ubuntu-latest - 3.14 free-threading https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165142?pr=449
ubuntu-24.04-arm - 3.14 free-threading https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165134?pr=449
ubuntu-latest - 3.15-dev https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165170?pr=449
ubuntu-latest - 3.15-dev free-threading https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165169?pr=449
ubuntu-latest - pypy-3.11 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165136?pr=449
macos-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165138?pr=449
windows-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20800508415/job/59744165157?pr=449
mypy on: pull_request https://github.com/python/pyperformance/actions/runs/20800508419
Check code with mypy https://github.com/python/pyperformance/actions/runs/20800508419/job/59744165051?pr=449
Lint on: pull_request https://github.com/python/pyperformance/actions/runs/20800508465
lint https://github.com/python/pyperformance/actions/runs/20800508465/job/59744165171?pr=449
Lint on: push https://github.com/python/pyperformance/actions/runs/20809909942
lint https://github.com/python/pyperformance/actions/runs/20809909942/job/59771509279?pr=449
mypy on: push https://github.com/python/pyperformance/actions/runs/20809909951
Check code with mypy https://github.com/python/pyperformance/actions/runs/20809909951/job/59771509282?pr=449
test on: push https://github.com/python/pyperformance/actions/runs/20809909954
ubuntu-latest - 3.10 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509386?pr=449
ubuntu-latest - 3.11 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509420?pr=449
ubuntu-latest - 3.12 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509428?pr=449
ubuntu-latest - 3.13 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509380?pr=449
ubuntu-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509383?pr=449
ubuntu-24.04-arm - 3.10 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509393?pr=449
ubuntu-24.04-arm - 3.11 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509435?pr=449
ubuntu-24.04-arm - 3.12 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509384?pr=449
ubuntu-24.04-arm - 3.13 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509395?pr=449
ubuntu-24.04-arm - 3.14 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509391?pr=449
ubuntu-latest - 3.14 free-threading https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509416?pr=449
ubuntu-24.04-arm - 3.14 free-threading https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509379?pr=449
ubuntu-latest - 3.15-dev https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509441?pr=449
ubuntu-latest - 3.15-dev free-threading https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509426?pr=449
ubuntu-latest - pypy-3.11 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509433?pr=449
macos-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509454?pr=449
windows-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20809909954/job/59771509459?pr=449
mypy on: pull_request https://github.com/python/pyperformance/actions/runs/20809911341
Check code with mypy https://github.com/python/pyperformance/actions/runs/20809911341/job/59771513318?pr=449
test on: pull_request https://github.com/python/pyperformance/actions/runs/20809911343
ubuntu-latest - 3.10 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513456?pr=449
ubuntu-latest - 3.11 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513505?pr=449
ubuntu-latest - 3.12 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513477?pr=449
ubuntu-latest - 3.13 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513479?pr=449
ubuntu-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513457?pr=449
ubuntu-24.04-arm - 3.10 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513558?pr=449
ubuntu-24.04-arm - 3.11 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513487?pr=449
ubuntu-24.04-arm - 3.12 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513495?pr=449
ubuntu-24.04-arm - 3.13 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513515?pr=449
ubuntu-24.04-arm - 3.14 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513500?pr=449
ubuntu-latest - 3.14 free-threading https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513519?pr=449
ubuntu-24.04-arm - 3.14 free-threading https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513502?pr=449
ubuntu-latest - 3.15-dev https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513501?pr=449
ubuntu-latest - 3.15-dev free-threading https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513520?pr=449
ubuntu-latest - pypy-3.11 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513484?pr=449
macos-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513508?pr=449
windows-latest - 3.14 https://github.com/python/pyperformance/actions/runs/20809911343/job/59771513522?pr=449
Lint on: pull_request https://github.com/python/pyperformance/actions/runs/20809911354
lint https://github.com/python/pyperformance/actions/runs/20809911354/job/59771513420?pr=449
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.