René's URL Explorer Experiment


Title: Many functions that accept Iterable should actually accept Iterable | SupportsGetItem · Issue #7813 · python/typeshed · GitHub

Open Graph Title: Many functions that accept Iterable should actually accept Iterable | SupportsGetItem · Issue #7813 · python/typeshed

X Title: Many functions that accept Iterable should actually accept Iterable | SupportsGetItem · Issue #7813 · python/typeshed

Description: Many functions in stdlib that are documented to accept an "iterable" are annotated as Iterable[T]. This means the arguments must have __iter__. However, the actual functions don't require the arguments to have __iter__, they also work wi...

Open Graph Description: Many functions in stdlib that are documented to accept an "iterable" are annotated as Iterable[T]. This means the arguments must have __iter__. However, the actual functions don't require the argum...

X Description: Many functions in stdlib that are documented to accept an "iterable" are annotated as Iterable[T]. This means the arguments must have __iter__. However, the actual functions don't req...

Opengraph URL: https://github.com/python/typeshed/issues/7813

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Many functions that accept Iterable should actually accept Iterable | SupportsGetItem","articleBody":"Many functions in stdlib that are documented to accept an \"iterable\" are annotated as `Iterable[T]`. This means the arguments must have `__iter__`. However, the actual functions don't require the arguments to have `__iter__`, they also work with arguments that have only `__getitem__`. That's because internally they use `iter` (in Python) or [PySequence_Fast](https://docs.python.org/3/c-api/sequence.html#c.PySequence_Fast) (in C).\r\n\r\nAs the docs for both `iter` and `PySequence_Fast` functions show, these functions support two protocols for the argument: the \"iterable\" protocol (`__iter__`) and the \"sequence\" protocol (`__getitem__`).\r\n\r\nExample functions that have this bug right now:\r\n```\r\nenumerate\r\niter\r\nstr.join\r\nbytes.__new__\r\nbytes.join\r\n```\r\n\r\nFor enumerate, a bug was actually filed [on the mypy repo](https://github.com/python/mypy/issues/9737) but in fact I believe this should be corrected in typeshed.\r\n\r\nAside: `for` loops also similarly accept \"iterables\" that have only `__getitem__`, but that is implemented inside type checkers themselves. For now mypy [still doesn't](https://github.com/python/mypy/issues/11695) support it properly, but Pyright does.\r\n","author":{"url":"https://github.com/matangover","@type":"Person","name":"matangover"},"datePublished":"2022-05-09T21:32:37.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":28},"url":"https://github.com/7813/typeshed/issues/7813"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:3093e448-eb2d-2bbb-3c52-f0359ff06c0d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id864E:37BBED:C35960:1116E6A:6A625526
html-safe-nonced1cf87a70b73d74e16f8eddd2b8dda6990560509f4b833b9b01f65e5ab8f0c79
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NjRFOjM3QkJFRDpDMzU5NjA6MTExNkU2QTo2QTYyNTUyNiIsInZpc2l0b3JfaWQiOiIxMzQzNDQxMzAzNTQ0OTQzOTEwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacccbb92784b3bdbf0592c0c4f212eab3014db81ce28ff4c19a7fab84b2e4fbbc0
hovercard-subject-tagissue:1230274549
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/typeshed/7813/issue_layout
twitter:imagehttps://opengraph.githubassets.com/8293ef85ca3b8126168db6161732d84e0a91e4af423ee482d3e645a2d249e6b7/python/typeshed/issues/7813
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/8293ef85ca3b8126168db6161732d84e0a91e4af423ee482d3e645a2d249e6b7/python/typeshed/issues/7813
og:image:altMany functions in stdlib that are documented to accept an "iterable" are annotated as Iterable[T]. This means the arguments must have __iter__. However, the actual functions don't require the argum...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamematangover
hostnamegithub.com
expected-hostnamegithub.com
Noneb928dd27bb9305f313c737471c216297e218430ec505d064cf33d7d74af9bf89
turbo-cache-controlno-preview
go-importgithub.com/python/typeshed git https://github.com/python/typeshed.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id31696383
octolytics-dimension-repository_nwopython/typeshed
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id31696383
octolytics-dimension-repository_network_root_nwopython/typeshed
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6f728c3f39985ee4d171ffdd5591d8d2652392d9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/typeshed/issues/7813#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Ftypeshed%2Fissues%2F7813
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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%2Ftypeshed%2Fissues%2F7813
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Ftypeshed
Reloadhttps://github.com/python/typeshed/issues/7813
Reloadhttps://github.com/python/typeshed/issues/7813
Reloadhttps://github.com/python/typeshed/issues/7813
Please reload this pagehttps://github.com/python/typeshed/issues/7813
python https://github.com/python
typeshedhttps://github.com/python/typeshed
Please reload this pagehttps://github.com/python/typeshed/issues/7813
Notifications https://github.com/login?return_to=%2Fpython%2Ftypeshed
Fork 2.1k https://github.com/login?return_to=%2Fpython%2Ftypeshed
Star 5.1k https://github.com/login?return_to=%2Fpython%2Ftypeshed
Code https://github.com/python/typeshed
Issues 218 https://github.com/python/typeshed/issues
Pull requests 141 https://github.com/python/typeshed/pulls
Actions https://github.com/python/typeshed/actions
Security and quality 0 https://github.com/python/typeshed/security
Insights https://github.com/python/typeshed/pulse
Code https://github.com/python/typeshed
Issues https://github.com/python/typeshed/issues
Pull requests https://github.com/python/typeshed/pulls
Actions https://github.com/python/typeshed/actions
Security and quality https://github.com/python/typeshed/security
Insights https://github.com/python/typeshed/pulse
Many functions that accept Iterable should actually accept Iterable | SupportsGetItemhttps://github.com/python/typeshed/issues/7813#top
https://github.com/matangover
matangoverhttps://github.com/matangover
on May 9, 2022https://github.com/python/typeshed/issues/7813#issue-1230274549
PySequence_Fasthttps://docs.python.org/3/c-api/sequence.html#c.PySequence_Fast
on the mypy repohttps://github.com/python/mypy/issues/9737
still doesn'thttps://github.com/python/mypy/issues/11695
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.