René's URL Explorer Experiment


Title: gh-92216: improve performance of hasattr for type objects by eendebakpt · Pull Request #99979 · python/cpython · GitHub

Open Graph Title: gh-92216: improve performance of hasattr for type objects by eendebakpt · Pull Request #99979 · python/cpython

X Title: gh-92216: improve performance of hasattr for type objects by eendebakpt · Pull Request #99979 · python/cpython

Description: This PR improves performance of hasattr for type objects in the case the attribute is missing. The optimization is similar to the one used for objects which have PyObject_GenericGetAttr as the attribute lookup method (see specialization for PyObject_GenericGetAttr in _PyObject_LookupAttr and suppress in _PyObject_GenericGetAttrWithDict ) Benchmark: import pyperf runner = pyperf.Runner() setup=""" from dataclasses import dataclass, asdict @dataclass class D: a : dict b: list d=D({'1': 1}, [1,2,3]) asdict(d) """ runner.timeit(name=f"micro benchmark", stmt=f"hasattr(o, '__str__')", setup='import os; o=type(os)') runner.timeit(name=f"micro benchmark: misssing attr", stmt=f"hasattr(o, '_no_such_attr')", setup='import os; o=type(os)') runner.timeit(name=f"asdict on dataclass", stmt=f"asdict(d)", setup=setup) Results: micro benchmark: Mean +- std dev: [main] 42.1 ns +- 1.1 ns -> [pr] 44.1 ns +- 1.8 ns: 1.05x slower micro benchmark: misssing attr: Mean +- std dev: [main] 256 ns +- 6 ns -> [pr] 37.6 ns +- 0.7 ns: 6.80x faster asdict on dataclass: Mean +- std dev: [main] 8.87 us +- 0.17 us -> [pr] 6.61 us +- 0.05 us: 1.34x faster Geometric mean: 2.06x faster Issue: gh-92216

Open Graph Description: This PR improves performance of hasattr for type objects in the case the attribute is missing. The optimization is similar to the one used for objects which have PyObject_GenericGetAttr as the attr...

X Description: This PR improves performance of hasattr for type objects in the case the attribute is missing. The optimization is similar to the one used for objects which have PyObject_GenericGetAttr as the attr...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:531e0871-4491-0a19-f830-767cfb983baa
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA57C:3FD47:725A3:9A6FE:696951A5
html-safe-nonce7b03a97a14461d48351a1a53fa8958f887e95226ce2e6431dc35e9c449b1d6d4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNTdDOjNGRDQ3OjcyNUEzOjlBNkZFOjY5Njk1MUE1IiwidmlzaXRvcl9pZCI6IjM4NzM0MDE1NjQ1ODI5OTAyNDUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac02554d37b94f13c6da14c60d38079c27f984906278c9c89ff07c68b20577660b
hovercard-subject-tagpull_request:1144513999
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/99979/files
twitter:imagehttps://avatars.githubusercontent.com/u/883786?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/883786?s=400&v=4
og:image:altThis PR improves performance of hasattr for type objects in the case the attribute is missing. The optimization is similar to the one used for objects which have PyObject_GenericGetAttr as the attr...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None54182691a21263b584d2e600b758e081b0ff1d10ffc0d2eefa51cf754b43b51d
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
released69ac0477df0f87da03b8b06cebd187012d7a930
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/99979/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F99979%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%2F99979%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/99979/files
Reloadhttps://github.com/python/cpython/pull/99979/files
Reloadhttps://github.com/python/cpython/pull/99979/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/99979/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/99979/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
Fidget-Spinnerhttps://github.com/Fidget-Spinner
python:mainhttps://github.com/python/cpython/tree/main
eendebakpt:type_hasattrhttps://github.com/eendebakpt/cpython/tree/type_hasattr
Conversation 16 https://github.com/python/cpython/pull/99979
Commits 9 https://github.com/python/cpython/pull/99979/commits
Checks 0 https://github.com/python/cpython/pull/99979/checks
Files changed https://github.com/python/cpython/pull/99979/files
Please reload this pagehttps://github.com/python/cpython/pull/99979/files
gh-92216: improve performance of hasattr for type objects https://github.com/python/cpython/pull/99979/files#top
Show all changes 9 commits https://github.com/python/cpython/pull/99979/files
1ef4b4b improve performance of hasattr for type objects eendebakpt Dec 4, 2022 https://github.com/python/cpython/pull/99979/commits/1ef4b4bb60955a2727394860dd4d8ab2867a59b0
8f0f472 📜🤖 Added by blurb_it. blurb-it[bot] Dec 4, 2022 https://github.com/python/cpython/pull/99979/commits/8f0f4728d5534f97d25542576e1ccafc060b757c
5322a2a Merge branch 'main' into type_hasattr eendebakpt Dec 13, 2022 https://github.com/python/cpython/pull/99979/commits/5322a2a959d2a3d7a0ac42ae237d5f8c6b19e056
c689b92 Merge branch 'main' into type_hasattr eendebakpt Dec 15, 2022 https://github.com/python/cpython/pull/99979/commits/c689b92073c71e880763645accb7dff5bcd2ceb4
9157e1b fix merge conflict eendebakpt Dec 18, 2022 https://github.com/python/cpython/pull/99979/commits/9157e1b77423761662862665a5e1579c3365ab17
2c91bb4 Merge branch 'main' into type_hasattr eendebakpt Dec 18, 2022 https://github.com/python/cpython/pull/99979/commits/2c91bb456c31b0224035575e2ac048204b7ac3ff
fa39a8e address review comments eendebakpt Dec 23, 2022 https://github.com/python/cpython/pull/99979/commits/fa39a8e17c05e1d49ebaf91e38c18d959d27b2d2
ed3e023 add docstring eendebakpt Dec 23, 2022 https://github.com/python/cpython/pull/99979/commits/ed3e02349433c0d702e3e0185826274138755be0
1d15a74 update docstring eendebakpt Dec 23, 2022 https://github.com/python/cpython/pull/99979/commits/1d15a74ab04f5cad23b05229c39d19a379fb1711
Clear filters https://github.com/python/cpython/pull/99979/files
Please reload this pagehttps://github.com/python/cpython/pull/99979/files
Please reload this pagehttps://github.com/python/cpython/pull/99979/files
pycore_typeobject.h https://github.com/python/cpython/pull/99979/files#diff-9df981eafa9c743230f2e1513191ba147f0fba63d0c51fb7968c1e7093d9e877
2022-12-04-00-38-33.gh-issue-92216.CJXuWB.rst https://github.com/python/cpython/pull/99979/files#diff-981186918a7cd91ebbf6c70db766ec0cb9fdca68e4edc36159b9a6fe4d964ddd
object.c https://github.com/python/cpython/pull/99979/files#diff-ba56d44ce0dd731d979970b966fde9d8dd15d12a82f727a052a8ad48d4a49363
typeobject.c https://github.com/python/cpython/pull/99979/files#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
Include/internal/pycore_typeobject.hhttps://github.com/python/cpython/pull/99979/files#diff-9df981eafa9c743230f2e1513191ba147f0fba63d0c51fb7968c1e7093d9e877
View file https://github.com/eendebakpt/cpython/blob/1d15a74ab04f5cad23b05229c39d19a379fb1711/Include/internal/pycore_typeobject.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99979/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99979/files#diff-9df981eafa9c743230f2e1513191ba147f0fba63d0c51fb7968c1e7093d9e877
https://github.com/python/cpython/pull/99979/files#diff-9df981eafa9c743230f2e1513191ba147f0fba63d0c51fb7968c1e7093d9e877
Misc/NEWS.d/next/Core and Builtins/2022-12-04-00-38-33.gh-issue-92216.CJXuWB.rsthttps://github.com/python/cpython/pull/99979/files#diff-981186918a7cd91ebbf6c70db766ec0cb9fdca68e4edc36159b9a6fe4d964ddd
View file https://github.com/eendebakpt/cpython/blob/1d15a74ab04f5cad23b05229c39d19a379fb1711/Misc/NEWS.d/next/Core%20and%20Builtins/2022-12-04-00-38-33.gh-issue-92216.CJXuWB.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99979/{{ revealButtonHref }}
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L214
Objects/object.chttps://github.com/python/cpython/pull/99979/files#diff-ba56d44ce0dd731d979970b966fde9d8dd15d12a82f727a052a8ad48d4a49363
View file https://github.com/eendebakpt/cpython/blob/1d15a74ab04f5cad23b05229c39d19a379fb1711/Objects/object.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99979/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99979/files#diff-ba56d44ce0dd731d979970b966fde9d8dd15d12a82f727a052a8ad48d4a49363
https://github.com/python/cpython/pull/99979/files#diff-ba56d44ce0dd731d979970b966fde9d8dd15d12a82f727a052a8ad48d4a49363
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L216
Objects/typeobject.chttps://github.com/python/cpython/pull/99979/files#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
View file https://github.com/eendebakpt/cpython/blob/1d15a74ab04f5cad23b05229c39d19a379fb1711/Objects/typeobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/99979/{{ revealButtonHref }}
https://github.com/python/cpython/pull/99979/files#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
https://github.com/python/cpython/pull/99979/files#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
https://github.com/python/cpython/pull/99979/files#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
https://github.com/python/cpython/pull/99979/files#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
https://github.com/python/cpython/pull/99979/files#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
https://github.com/python/cpython/pull/99979/files#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
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.