René's URL Explorer Experiment


Title: `inspect.is*function()` overloads do not match the runtime behavior · Issue #15293 · python/typeshed · GitHub

Open Graph Title: `inspect.is*function()` overloads do not match the runtime behavior · Issue #15293 · python/typeshed

X Title: `inspect.is*function()` overloads do not match the runtime behavior · Issue #15293 · python/typeshed

Description: TypeGuard-based overloads for inspect.is*function() were added in #8057, but they are somewhat controversial. First, the first overload defines the return type via collections.abc., while the rest define it via types.Type...

Open Graph Description: TypeGuard-based overloads for inspect.is*function() were added in #8057, but they are somewhat controversial. First, the first overload defines the return type via collections.abc., while t...

X Description: TypeGuard-based overloads for inspect.is*function() were added in #8057, but they are somewhat controversial. First, the first overload defines the return type via collections.abc.<Object>, w...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"`inspect.is*function()` overloads do not match the runtime behavior","articleBody":"[`TypeGuard`](https://docs.python.org/3/library/typing.html#typing.TypeGuard)-based overloads for `inspect.is*function()` were added in #8057, but they are somewhat controversial.\n\nFirst, the first overload defines the return type via `collections.abc.\u003cObject\u003e`, while the rest define it via `types.\u003cObject\u003eType`. As a result, type checkers infer the narrower type when the known return type differs from `collections.abc.\u003cObject\u003e`:\n\n```python\nfrom collections.abc import Coroutine\nfrom inspect import iscoroutinefunction\nfrom types import CoroutineType\nfrom typing import reveal_type\n\ndef native_coroutine_factory() -\u003e CoroutineType[None, None, None]: ...\ndef coroutine_factory() -\u003e Coroutine[None, None, None]: ...\ndef object_factory() -\u003e object: ...\n\nif iscoroutinefunction(native_coroutine_factory):\n    reveal_type(native_coroutine_factory)\n    # () -\u003e CoroutineType[None, None, None]\n\nif iscoroutinefunction(coroutine_factory):\n    reveal_type(coroutine_factory)\n    # () -\u003e Coroutine[None, None, None]\n\nif iscoroutinefunction(object_factory):\n    reveal_type(object_factory)\n    # () -\u003e CoroutineType[Any, Any, Any]\n```\n\nSecond, `inspect.is*function()` also returns `True` for functions that return a non-native object (for example, if the function was compiled via Cython), which means that the return type may not be `types.\u003cObject\u003eType`:\n\n```python\n#!/usr/bin/env python3\n\nimport inspect\n\n\ndef generator_function():\n    yield\n\n\nasync def coroutine_function():\n    pass\n\n\nasync def async_generator_function():\n    yield\n\n\ndef main():\n    # `True` on both CPython and Cython:\n    print(inspect.isgeneratorfunction(generator_function))\n    print(inspect.iscoroutinefunction(coroutine_function))\n    print(inspect.isasyncgenfunction(async_generator_function))\n\n    # `True` on CPython, `False` on Cython:\n    print(inspect.isgenerator(generator_function()))\n    print(inspect.iscoroutine(coro := coroutine_function()))\n    print(inspect.isasyncgen(async_generator_function()))\n\n    coro.close()  # to avoid `RuntimeWarning`\n\nif __name__ == \"__main__\":\n    main()\n```\n\nThird, I am also concerned about [the Python core developer's statement](https://github.com/python/cpython/issues/143908#issuecomment-3761121758) that [`iscoroutinefunction()`](https://docs.python.org/3/library/inspect.html#inspect.iscoroutinefunction) is basically defined for callable objects that return awaitable objects. Does this mean that we should use [`Awaitable`](https://docs.python.org/3/library/collections.abc.html#collections.abc.Awaitable) as the return type instead of [`Coroutine`](https://docs.python.org/3/library/collections.abc.html#collections.abc.Coroutine) for [`inspect.iscoroutinefunction()`](https://docs.python.org/3/library/inspect.html#inspect.iscoroutinefunction) (since if users follow that definition, [`inspect.markcoroutinefunction()`](https://docs.python.org/3/library/inspect.html#inspect.markcoroutinefunction) will be applied just as broadly, even though this somewhat contradicts the documentation)?","author":{"url":"https://github.com/x42005e1f","@type":"Person","name":"x42005e1f"},"datePublished":"2026-01-16T19:07:29.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/15293/typeshed/issues/15293"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:8c0a7a68-e4c5-9b6f-1a73-9910241b942c
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9CA4:83A89:10FC2D0:1705B72:6A62DB56
html-safe-nonce077208c81faf30ccc14e238976f5123f1d953ff2abb95cc725a7747e5a0bd62e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5Q0E0OjgzQTg5OjEwRkMyRDA6MTcwNUI3Mjo2QTYyREI1NiIsInZpc2l0b3JfaWQiOiI4ODY2MDE3MTc0NjMwODgyMTM0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacf797340e2f940bf0715d5d14bed2ba85c517f2249c790a32e727c20a7dfe15c3
hovercard-subject-tagissue:3823257133
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/15293/issue_layout
twitter:imagehttps://opengraph.githubassets.com/04306458c6aa0882222da5ff9b8bebcc122133a3b396d5d8fd824327ec993a15/python/typeshed/issues/15293
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/04306458c6aa0882222da5ff9b8bebcc122133a3b396d5d8fd824327ec993a15/python/typeshed/issues/15293
og:image:altTypeGuard-based overloads for inspect.is*function() were added in #8057, but they are somewhat controversial. First, the first overload defines the return type via collections.abc., while t...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamex42005e1f
hostnamegithub.com
expected-hostnamegithub.com
Nonedf33b1b61ee7b9a0af988199bfc3503c9c1acafb1f1d40e1f140ea7c84f890dd
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
released41cd1bdb290013455c0ac430fa755621733f5eb
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/typeshed/issues/15293#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Ftypeshed%2Fissues%2F15293
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%2F15293
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/15293
Reloadhttps://github.com/python/typeshed/issues/15293
Reloadhttps://github.com/python/typeshed/issues/15293
Please reload this pagehttps://github.com/python/typeshed/issues/15293
python https://github.com/python
typeshedhttps://github.com/python/typeshed
Please reload this pagehttps://github.com/python/typeshed/issues/15293
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 143 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
inspect.is*function() overloads do not match the runtime behaviorhttps://github.com/python/typeshed/issues/15293#top
https://github.com/x42005e1f
x42005e1fhttps://github.com/x42005e1f
on Jan 16, 2026https://github.com/python/typeshed/issues/15293#issue-3823257133
TypeGuardhttps://docs.python.org/3/library/typing.html#typing.TypeGuard
#8057https://github.com/python/typeshed/pull/8057
the Python core developer's statementhttps://github.com/python/cpython/issues/143908#issuecomment-3761121758
iscoroutinefunction()https://docs.python.org/3/library/inspect.html#inspect.iscoroutinefunction
Awaitablehttps://docs.python.org/3/library/collections.abc.html#collections.abc.Awaitable
Coroutinehttps://docs.python.org/3/library/collections.abc.html#collections.abc.Coroutine
inspect.iscoroutinefunction()https://docs.python.org/3/library/inspect.html#inspect.iscoroutinefunction
inspect.markcoroutinefunction()https://docs.python.org/3/library/inspect.html#inspect.markcoroutinefunction
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.