René's URL Explorer Experiment


Title: gh-118761: Improve import time of ``annotationlib`` by DavidCEllis · Pull Request #132028 · python/cpython · GitHub

Open Graph Title: gh-118761: Improve import time of ``annotationlib`` by DavidCEllis · Pull Request #132028 · python/cpython

X Title: gh-118761: Improve import time of ``annotationlib`` by DavidCEllis · Pull Request #132028 · python/cpython

Description: This PR converts annotationlib.py into a package with annotationlib/__init__.py and annotationlib/_stringifier.py. Discussed here: https://discuss.python.org/t/pep-749-implementing-pep-649/54974/63 This is done in order to move the definition of _Stringifier into a new submodule in order to defer the import of ast in the main module. The outcome of this is that ast should only be imported if any of the following occur: get_annotations(obj, format=Format.STRING)1 is used and the output is not an empty dict get_annotations(obj, format=Format.FORWARDREF) is used and there are actually forward references forwardref.__forward_arg__ is called and forwardref.__ast_node__ is not None Note: I've used a class with a __getattr__ method as a way of deferring imports in the current PR but I'd be happy to change that to something else if there's a more standard pattern. My machine isn't a super stable benchmarking machine so take these only as rough estimates (they're slightly different to those posted in the discuss thread as it's a different run). This branch: import time: self [us] | cumulative | imported package ... import time: 688 | 688 | types import time: 3373 | 4061 | enum import time: 306 | 306 | keyword import time: 906 | 5272 | annotationlib Main: import time: self [us] | cumulative | imported package ... import time: 4032 | 4032 | _ast import time: 1605 | 5637 | ast import time: 432 | 432 | types import time: 2027 | 2459 | enum import time: 126 | 126 | itertools import time: 205 | 205 | keyword import time: 77 | 77 | _operator import time: 341 | 418 | operator import time: 210 | 210 | reprlib import time: 357 | 357 | _collections import time: 1415 | 2729 | collections import time: 217 | 217 | _functools import time: 1396 | 4341 | functools import time: 2198 | 14634 | annotationlib Issue: gh-118761 Footnotes or any of the similar methods such as call_annotate_function ↩

Open Graph Description: This PR converts annotationlib.py into a package with annotationlib/__init__.py and annotationlib/_stringifier.py. Discussed here: https://discuss.python.org/t/pep-749-implementing-pep-649/54974/6...

X Description: This PR converts annotationlib.py into a package with annotationlib/__init__.py and annotationlib/_stringifier.py. Discussed here: https://discuss.python.org/t/pep-749-implementing-pep-649/54974/6...

Opengraph URL: https://github.com/python/cpython/pull/132028

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:a5c244b1-9abd-5d61-c2c8-526ba9506d27
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id8C82:292960:55E18C:753E4F:6969DF94
html-safe-nonce364834cf191327c9f955927b39d871280fc36e8a5c07849b2a69eaea07c63224
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QzgyOjI5Mjk2MDo1NUUxOEM6NzUzRTRGOjY5NjlERjk0IiwidmlzaXRvcl9pZCI6IjI1NjI2MjYzNDUyNjIyNDM3MzIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac2a4ec94271472ae2bd77a2dc0c6929e5ad7d9ab3b5507855a4ad9b92ae5a9cf5
hovercard-subject-tagpull_request:2434910696
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/cpython/pull/132028/checks
twitter:imagehttps://avatars.githubusercontent.com/u/15880420?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/15880420?s=400&v=4
og:image:altThis PR converts annotationlib.py into a package with annotationlib/__init__.py and annotationlib/_stringifier.py. Discussed here: https://discuss.python.org/t/pep-749-implementing-pep-649/54974/6...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None7b32f1c7c4549428ee399213e8345494fc55b5637195d3fc5f493657579235e8
turbo-cache-controlno-cache
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
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
releasebdde15ad1b403e23b08bbd89b53fbe6bdf688cad
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/132028/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F132028%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%2Fcpython%2Fpull%2F132028%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%2Fcpython
Reloadhttps://github.com/python/cpython/pull/132028/checks
Reloadhttps://github.com/python/cpython/pull/132028/checks
Reloadhttps://github.com/python/cpython/pull/132028/checks
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/132028/checks
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/pull/132028/checks
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
DavidCEllishttps://github.com/DavidCEllis
python:mainhttps://github.com/python/cpython/tree/main
DavidCEllis:make_annotationlib_modulehttps://github.com/DavidCEllis/cpython/tree/make_annotationlib_module
Conversation 9 https://github.com/python/cpython/pull/132028
Commits 2 https://github.com/python/cpython/pull/132028/commits
Checks 36 https://github.com/python/cpython/pull/132028/checks
Files changed https://github.com/python/cpython/pull/132028/files
Please reload this pagehttps://github.com/python/cpython/pull/132028/checks
Please reload this pagehttps://github.com/python/cpython/pull/132028/checks
Sign in for the full log viewhttps://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F132028%2Fchecks
gh-118761: Improve import time of annotationlib https://github.com/python/cpython/pull/132028/checks#top
Please reload this pagehttps://github.com/python/cpython/pull/132028/checks
Lint on: pull_request https://github.com/python/cpython/actions/runs/14226542564
lint https://github.com/python/cpython/actions/runs/14226542564/job/39867327058?pr=132028
Tests on: pull_request https://github.com/python/cpython/actions/runs/14226542582
Change detection / Create context from changed files https://github.com/python/cpython/actions/runs/14226542582/job/39867327504?pr=132028
Docs https://github.com/python/cpython/actions/runs/14226542582/job/39867350322?pr=132028
Check if Autoconf files are up to date https://github.com/python/cpython/actions/runs/14226542582/job/39867349250?pr=132028
Check if generated files are up to date https://github.com/python/cpython/actions/runs/14226542582/job/39867351388?pr=132028
Windows / build and test (x64) https://github.com/python/cpython/actions/runs/14226542582/job/39867363093?pr=132028
Windows (free-threading) / build and test (x64) https://github.com/python/cpython/actions/runs/14226542582/job/39867363482?pr=132028
Windows / build (arm64) https://github.com/python/cpython/actions/runs/14226542582/job/39867361061?pr=132028
Windows (free-threading) / build (arm64) https://github.com/python/cpython/actions/runs/14226542582/job/39867361480?pr=132028
Windows / build and test (Win32) https://github.com/python/cpython/actions/runs/14226542582/job/39867362686?pr=132028
Windows MSI${{ '' }} https://github.com/python/cpython/actions/runs/14226542582/job/39867353377?pr=132028
macOS / build and test (ghcr.io/cirruslabs/macos-runner:sonoma) https://github.com/python/cpython/actions/runs/14226542582/job/39867357380?pr=132028
macOS (free-threading) / build and test (ghcr.io/cirruslabs/macos-runner:sonoma) https://github.com/python/cpython/actions/runs/14226542582/job/39867358359?pr=132028
macOS / build and test (macos-13) https://github.com/python/cpython/actions/runs/14226542582/job/39867357789?pr=132028
Ubuntu / build and test (ubuntu-24.04) https://github.com/python/cpython/actions/runs/14226542582/job/39867359264?pr=132028
Ubuntu / build and test (ubuntu-24.04-arm) https://github.com/python/cpython/actions/runs/14226542582/job/39867358835?pr=132028
Ubuntu (free-threading) / build and test (ubuntu-24.04) https://github.com/python/cpython/actions/runs/14226542582/job/39867359726?pr=132028
Ubuntu (free-threading) / build and test (ubuntu-24.04-arm) https://github.com/python/cpython/actions/runs/14226542582/job/39867360257?pr=132028
Ubuntu (bolt) / build and test (ubuntu-24.04) https://github.com/python/cpython/actions/runs/14226542582/job/39867360672?pr=132028
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.0.15) https://github.com/python/cpython/actions/runs/14226542582/job/39867352546?pr=132028
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.1.7) https://github.com/python/cpython/actions/runs/14226542582/job/39867353966?pr=132028
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.2.3) https://github.com/python/cpython/actions/runs/14226542582/job/39867354594?pr=132028
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.3.2) https://github.com/python/cpython/actions/runs/14226542582/job/39867355496?pr=132028
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.4.0) https://github.com/python/cpython/actions/runs/14226542582/job/39867356483?pr=132028
WASI / build and test https://github.com/python/cpython/actions/runs/14226542582/job/39867356870?pr=132028
Hypothesis tests on Ubuntu https://github.com/python/cpython/actions/runs/14226542582/job/39867355084?pr=132028
Address sanitizer (ubuntu-24.04) https://github.com/python/cpython/actions/runs/14226542582/job/39867351904?pr=132028
Thread sanitizer / Thread sanitizer https://github.com/python/cpython/actions/runs/14226542582/job/39867361899?pr=132028
Thread sanitizer (free-threading) / Thread sanitizer https://github.com/python/cpython/actions/runs/14226542582/job/39867362269?pr=132028
Cross build Linux https://github.com/python/cpython/actions/runs/14226542582/job/39867352973?pr=132028
CIFuzz https://github.com/python/cpython/actions/runs/14226542582/job/39867355911?pr=132028
All required checks pass https://github.com/python/cpython/actions/runs/14226542582/job/39868762073?pr=132028
Check labels on: pull_request https://github.com/python/cpython/actions/runs/14226542601
DO-NOT-MERGE https://github.com/python/cpython/actions/runs/14226542601/job/39867326444?pr=132028
Unresolved review https://github.com/python/cpython/actions/runs/14226542601/job/39867325912?pr=132028
Check labels on: pull_request https://github.com/python/cpython/actions/runs/14226542652
DO-NOT-MERGE https://github.com/python/cpython/actions/runs/14226542652/job/39867326638?pr=132028
Unresolved review https://github.com/python/cpython/actions/runs/14226542652/job/39867326041?pr=132028
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.