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/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:5e352553-5043-0814-2aa0-fc37af78395c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id90B8:26866E:31320:447B0:6969F8EF
html-safe-nonce32d2eaf9e69c3bcbbcb5aeb94f3fd32922533e8c4a702370906f4bad91cd2d37
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MEI4OjI2ODY2RTozMTMyMDo0NDdCMDo2OTY5RjhFRiIsInZpc2l0b3JfaWQiOiI4MDM1MTEwMjAzMDc1MTk3MTY3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac4da117ce441008d0b39bd02008463ea975a279b945b33454ad91eb1942bead73
hovercard-subject-tagpull_request:2434910696
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/cpython/pull/132028/files
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-preview
diff-viewunified
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
disable-turbotrue
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/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F132028%2Ffiles
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%2Ffiles
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%2Ffiles&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/132028/files
Reloadhttps://github.com/python/cpython/pull/132028/files
Reloadhttps://github.com/python/cpython/pull/132028/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/132028/files
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/files
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/files
gh-118761: Improve import time of annotationlib https://github.com/python/cpython/pull/132028/files#top
Show all changes 2 commits https://github.com/python/cpython/pull/132028/files
f78c6ec split annotationlib into two DavidCEllis Apr 2, 2025 https://github.com/python/cpython/pull/132028/commits/f78c6ec29961212254bcc5a61f0db4ed3637098a
10f35b2 Also defer functools import DavidCEllis Apr 2, 2025 https://github.com/python/cpython/pull/132028/commits/10f35b274e437ad7de98e0963e8e0ed193b9d118
Clear filters https://github.com/python/cpython/pull/132028/files
Please reload this pagehttps://github.com/python/cpython/pull/132028/files
Please reload this pagehttps://github.com/python/cpython/pull/132028/files
__init__.py https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
_stringifier.py https://github.com/python/cpython/pull/132028/files#diff-5ec4ea02eedd6bf79bd304961985865636ac71d8acc81aa07937d6daaa8a07b7
Lib/annotationlib.py → Lib/annotationlib/__init__.pyhttps://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
View file https://github.com/DavidCEllis/cpython/blob/10f35b274e437ad7de98e0963e8e0ed193b9d118/Lib/annotationlib/__init__.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/132028/{{ revealButtonHref }}
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
https://github.com/python/cpython/pull/132028/files#diff-bd05bf9c1381f710d034e83f58f2ad9f16ec9bbd11121cb20bce9b9267bc0e9e
Please reload this pagehttps://github.com/python/cpython/pull/132028/files
Please reload this pagehttps://github.com/python/cpython/pull/132028/files
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.