René's URL Explorer Experiment


Title: Add `module` keyword argument to `typing.TypeAliasType` · Issue #149132 · python/cpython · GitHub

Open Graph Title: Add `module` keyword argument to `typing.TypeAliasType` · Issue #149132 · python/cpython

X Title: Add `module` keyword argument to `typing.TypeAliasType` · Issue #149132 · python/cpython

Description: Feature or enhancement Proposal: Add an optional keyword-only module argument to typing.TypeAliasType, so that callers can override the __module__ attribute at construction time instead of relying on frame introspection. Note that while ...

Open Graph Description: Feature or enhancement Proposal: Add an optional keyword-only module argument to typing.TypeAliasType, so that callers can override the __module__ attribute at construction time instead of relying ...

X Description: Feature or enhancement Proposal: Add an optional keyword-only module argument to typing.TypeAliasType, so that callers can override the __module__ attribute at construction time instead of relying ...

Opengraph URL: https://github.com/python/cpython/issues/149132

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add `module` keyword argument to `typing.TypeAliasType`","articleBody":"# Feature or enhancement\n\n### Proposal:\n\nAdd an optional keyword-only `module` argument to `typing.TypeAliasType`, so that callers can override the `__module__` attribute at construction time instead of relying on frame introspection.\n\nNote that while I have posted this idea on Discourse (see linked thread), I haven't gotten any replies. I optimistically take this as the proposal being minor and uncontroversial.\n\n### Motivation\n\n`typing.TypeAliasType` currently derives `__module__` from a [frame walk](https://github.com/python/cpython/blob/d71e3bc5a0f2f7af407eb32a8a5b36acf66070aa/Objects/typevarobject.c#L391). This is unsuitable when constructing `TypeAliasType` objects inside `exec`, from C, or with a factory helper. In such cases `caller()` returns `None` or the wrong module.\n\nThere is currently no way to fix this after the fact, because `__module__` is read-only:\n\n```python\n\u003e\u003e\u003e from typing import TypeAliasType\n\u003e\u003e\u003e ta = TypeAliasType(\"A\", int)\n\u003e\u003e\u003e ta.__module__ = \"x\"\nAttributeError: attribute '__module__' of 'typing.TypeAliasType' objects is not writable\n```\n\nMeanwhile there are consumers that rely on `__module__`, such as IDE go-to-definition or introspection-based stub generation (e.g. with `f\"{alias.__module__}.{alias.__name__}\"`). Such tools have no good recourse when `__module__` is wrong.\n\nAdding a `__module__` kwarg to the `TypeAliasType` constructor is an easy, backward-compatible way to address this. \n`collections.namedtuple` and `enum.Enum` expose such a kwarg and thus serve as precedent. Admittedly, the motivations for this kwarg in [`namedtuple`](https://github.com/python/cpython/blob/d71e3bc5a0f2f7af407eb32a8a5b36acf66070aa/Lib/collections/__init__.py#L517-L521) and [`Enum`](https://github.com/python/cpython/blob/d71e3bc5a0f2f7af407eb32a8a5b36acf66070aa/Lib/enum.py#L718-L720) seem to have more to do with pickling, which is not a use-case of especial import for `TypeAliasType` (though certainly one _can_ pickle a `TypeAliasType`).\n\n### API\n\nThe new `TypeAliasType` constructor signature would be\n\n```python\nTypeAliasType(name, value, *, type_params=(), qualname=None, module=None)\n```\n\n`module=None` (default or explicit) preserves today's behavior. Any other value is stored verbatim with no validation, matching the `namedtuple` and `enum` APIs. Note that I don't object to adding validation here, but figured I'd start off by proposing something most consistent with the precedential APIs.\n\n### Has this already been discussed elsewhere?\n\nI have already discussed this feature proposal on Discourse\n\n### Links to previous discussion of this feature:\n\nhttps://discuss.python.org/t/adding-a-module-keyword-argument-to-typing-typealiastype/107087\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-149133\n* https://github.com/python/typing_extensions/pull/149133\n\u003c!-- /gh-linked-prs --\u003e","author":{"url":"https://github.com/ericmarkmartin","@type":"Person","name":"ericmarkmartin"},"datePublished":"2026-04-29T05:20:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/149132/cpython/issues/149132"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:62898b0d-401d-c547-cd88-e453a39b25d7
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE84E:34D244:D43C5D:11DA7EC:6A4F005B
html-safe-nonce547434bb307422b7db6e09f90004e4af9d7c58456dc8ab3df8ccf61d6c377b42
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFODRFOjM0RDI0NDpENDNDNUQ6MTFEQTdFQzo2QTRGMDA1QiIsInZpc2l0b3JfaWQiOiI1ODI0NDg4ODUyMjExODI2Nzc5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac4dcdfaf9de8c3260ceecfff78ccaf46663a2b380fd79edb650625808fdc1919f
hovercard-subject-tagissue:4348106875
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/cpython/149132/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ebe62ebe8bf844a7880afb1e88aa2eb81559d9c5eff79946664ad17d6384ff44/python/cpython/issues/149132
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ebe62ebe8bf844a7880afb1e88aa2eb81559d9c5eff79946664ad17d6384ff44/python/cpython/issues/149132
og:image:altFeature or enhancement Proposal: Add an optional keyword-only module argument to typing.TypeAliasType, so that callers can override the __module__ attribute at construction time instead of relying ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameericmarkmartin
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
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
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2b8f23afb982271f1b22258a94aede67a6b77760
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/149132#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F149132
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
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%2Fcpython%2Fissues%2F149132
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%2Fcpython
Reloadhttps://github.com/python/cpython/issues/149132
Reloadhttps://github.com/python/cpython/issues/149132
Reloadhttps://github.com/python/cpython/issues/149132
Please reload this pagehttps://github.com/python/cpython/issues/149132
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/149132
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 34.8k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.6k 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.3k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality 0 https://github.com/python/cpython/security
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 and quality https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Add module keyword argument to typing.TypeAliasTypehttps://github.com/python/cpython/issues/149132#top
stdlibStandard Library Python modules in the Lib/ directoryhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22stdlib%22
topic-typinghttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-typing%22
type-featureA feature request or enhancementhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-feature%22
https://github.com/ericmarkmartin
ericmarkmartinhttps://github.com/ericmarkmartin
on Apr 29, 2026https://github.com/python/cpython/issues/149132#issue-4348106875
frame walkhttps://github.com/python/cpython/blob/d71e3bc5a0f2f7af407eb32a8a5b36acf66070aa/Objects/typevarobject.c#L391
namedtuplehttps://github.com/python/cpython/blob/d71e3bc5a0f2f7af407eb32a8a5b36acf66070aa/Lib/collections/__init__.py#L517-L521
Enumhttps://github.com/python/cpython/blob/d71e3bc5a0f2f7af407eb32a8a5b36acf66070aa/Lib/enum.py#L718-L720
https://discuss.python.org/t/adding-a-module-keyword-argument-to-typing-typealiastype/107087https://discuss.python.org/t/adding-a-module-keyword-argument-to-typing-typealiastype/107087
gh-149132: Add module keyword argument to typing.TypeAliasType #149133https://github.com/python/cpython/pull/149133
https://github.com/python/typing_extensions/pull/149133https://github.com/python/typing_extensions/pull/149133
stdlibStandard Library Python modules in the Lib/ directoryhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22stdlib%22
topic-typinghttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-typing%22
type-featureA feature request or enhancementhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-feature%22
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.