René's URL Explorer Experiment


Title: [2.0 regression] Crash with --allow-redefinition on partial type with global · Issue #21423 · python/mypy · GitHub

Open Graph Title: [2.0 regression] Crash with --allow-redefinition on partial type with global · Issue #21423 · python/mypy

X Title: [2.0 regression] Crash with --allow-redefinition on partial type with global · Issue #21423 · python/mypy

Description: λ cat test250.py x = [] def f() -> None: global x x λ mypy --no-incremental --show-traceback --allow-redefinition test250.py test250.py:5: error: INTERNAL ERROR -- Please try using mypy master on GitHub: https://mypy.readthedocs.io/en/st...

Open Graph Description: λ cat test250.py x = [] def f() -> None: global x x λ mypy --no-incremental --show-traceback --allow-redefinition test250.py test250.py:5: error: INTERNAL ERROR -- Please try using mypy master on G...

X Description: λ cat test250.py x = [] def f() -> None: global x x λ mypy --no-incremental --show-traceback --allow-redefinition test250.py test250.py:5: error: INTERNAL ERROR -- Please try using mypy master o...

Opengraph URL: https://github.com/python/mypy/issues/21423

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[2.0 regression] Crash with --allow-redefinition on partial type with global","articleBody":"```\nλ cat test250.py\nx = []\n\ndef f() -\u003e None:\n    global x\n    x\n```\n\n```\nλ mypy --no-incremental --show-traceback --allow-redefinition test250.py\ntest250.py:5: error: INTERNAL ERROR -- Please try using mypy master on GitHub:\nhttps://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build\nPlease report a bug at https://github.com/python/mypy/issues\nversion: 2.1.0+dev.16823a17c10ce5a00b0bbdee5fa9959dccea8ccc\nTraceback (most recent call last):\n  File \"/Users/shantanu/.virtualenvs/mypy-fexc/bin/mypy\", line 10, in \u003cmodule\u003e\n    sys.exit(console_entry())\n  File \"/Users/shantanu/dev/mypy/mypy/__main__.py\", line 16, in console_entry\n    main()\n  File \"/Users/shantanu/dev/mypy/mypy/main.py\", line 154, in main\n    res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)\n  File \"/Users/shantanu/dev/mypy/mypy/main.py\", line 244, in run_build\n    res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)\n  File \"/Users/shantanu/dev/mypy/mypy/build.py\", line 422, in build\n    result = build_inner(\n  File \"/Users/shantanu/dev/mypy/mypy/build.py\", line 537, in build_inner\n    graph = dispatch(sources, manager, stdout, connect_threads)\n  File \"/Users/shantanu/dev/mypy/mypy/build.py\", line 4150, in dispatch\n    process_graph(graph, manager)\n  File \"/Users/shantanu/dev/mypy/mypy/build.py\", line 4618, in process_graph\n    done, still_working, results = manager.wait_for_done(graph)\n  File \"/Users/shantanu/dev/mypy/mypy/build.py\", line 1492, in wait_for_done\n    process_stale_scc(graph, next_scc, self)\n  File \"/Users/shantanu/dev/mypy/mypy/build.py\", line 4792, in process_stale_scc\n    graph[id].type_check_first_pass()\n  File \"/Users/shantanu/dev/mypy/mypy/build.py\", line 3414, in type_check_first_pass\n    self.type_checker().check_first_pass(recurse_into_functions=recurse_into_functions)\n  File \"/Users/shantanu/dev/mypy/mypy/checker.py\", line 618, in check_first_pass\n    self.accept(d)\n  File \"/Users/shantanu/dev/mypy/mypy/checker.py\", line 765, in accept\n    stmt.accept(self)\n  File \"/Users/shantanu/dev/mypy/mypy/nodes.py\", line 1159, in accept\n    return visitor.visit_func_def(self)\n  File \"/Users/shantanu/dev/mypy/mypy/checker.py\", line 1332, in visit_func_def\n    self.visit_func_def_impl(defn)\n  File \"/Users/shantanu/dev/mypy/mypy/checker.py\", line 1336, in visit_func_def_impl\n    self.check_func_item(defn, name=defn.name)\n  File \"/Users/shantanu/dev/mypy/mypy/checker.py\", line 1369, in check_func_item\n    self.check_func_def(defn, typ, name, allow_empty)\n  File \"/Users/shantanu/dev/mypy/mypy/checker.py\", line 1551, in check_func_def\n    self.accept(item.body)\n  File \"/Users/shantanu/dev/mypy/mypy/checker.py\", line 765, in accept\n    stmt.accept(self)\n  File \"/Users/shantanu/dev/mypy/mypy/nodes.py\", line 1816, in accept\n    return visitor.visit_block(self)\n  File \"/Users/shantanu/dev/mypy/mypy/checker.py\", line 3275, in visit_block\n    self.accept(s)\n  File \"/Users/shantanu/dev/mypy/mypy/checker.py\", line 765, in accept\n    stmt.accept(self)\n  File \"/Users/shantanu/dev/mypy/mypy/nodes.py\", line 1836, in accept\n    return visitor.visit_expression_stmt(self)\n  File \"/Users/shantanu/dev/mypy/mypy/checker.py\", line 5139, in visit_expression_stmt\n    expr_type = self.expr_checker.accept(s.expr, allow_none_return=True, always_allow_any=True)\n  File \"/Users/shantanu/dev/mypy/mypy/checkexpr.py\", line 6177, in accept\n    typ = node.accept(self)  # r-value type, when interpreted as a value expression\n  File \"/Users/shantanu/dev/mypy/mypy/nodes.py\", line 2439, in accept\n    return visitor.visit_name_expr(self)\n           ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^\n  File \"/Users/shantanu/dev/mypy/mypy/checkexpr.py\", line 350, in visit_name_expr\n    narrowed = self.narrow_type_from_binder(e, result)\n  File \"/Users/shantanu/dev/mypy/mypy/checkexpr.py\", line 6486, in narrow_type_from_binder\n    narrowed = narrow_declared_type(known_type, restriction)\n  File \"/Users/shantanu/dev/mypy/mypy/meet.py\", line 185, in narrow_declared_type\n    elif not is_overlapping_types(declared, narrowed):\n             ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^\n  File \"/Users/shantanu/dev/mypy/mypy/meet.py\", line 379, in is_overlapping_types\n    assert False, \"Unexpectedly encountered partial type\"\n           ^^^^^\nAssertionError: Unexpectedly encountered partial type\n```","author":{"url":"https://github.com/hauntsaninja","@type":"Person","name":"hauntsaninja"},"datePublished":"2026-05-07T00:00:51.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/21423/mypy/issues/21423"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:e49c429f-7346-137e-5d4e-3649496d5592
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCA44:3E084C:13F32B1:1B31301:6A4C775D
html-safe-noncee821a305b1b0f01fc5bd4cf35687d18df20a8463fb25352a2ad4cc23db6846d0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQTQ0OjNFMDg0QzoxM0YzMkIxOjFCMzEzMDE6NkE0Qzc3NUQiLCJ2aXNpdG9yX2lkIjoiMzY2NjYzMjE5MjQ3MTg4OTc1NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc225878383e57e37c9bd7dcf2f3e604a7acab81141285bf3b8d0b7795c443b77
hovercard-subject-tagissue:4395211161
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/mypy/21423/issue_layout
twitter:imagehttps://opengraph.githubassets.com/367191957a7ef11c93ea623525387c53c6f2c686e8139192c469e6b246127250/python/mypy/issues/21423
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/367191957a7ef11c93ea623525387c53c6f2c686e8139192c469e6b246127250/python/mypy/issues/21423
og:image:altλ cat test250.py x = [] def f() -> None: global x x λ mypy --no-incremental --show-traceback --allow-redefinition test250.py test250.py:5: error: INTERNAL ERROR -- Please try using mypy master on G...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamehauntsaninja
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
go-importgithub.com/python/mypy git https://github.com/python/mypy.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id7053637
octolytics-dimension-repository_nwopython/mypy
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id7053637
octolytics-dimension-repository_network_root_nwopython/mypy
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
release56ac743bebb13694b888673bb7257f4b97a4b7fd
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/mypy/issues/21423#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fmypy%2Fissues%2F21423
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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2Fmypy%2Fissues%2F21423
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%2Fmypy
Reloadhttps://github.com/python/mypy/issues/21423
Reloadhttps://github.com/python/mypy/issues/21423
Reloadhttps://github.com/python/mypy/issues/21423
Please reload this pagehttps://github.com/python/mypy/issues/21423
python https://github.com/python
mypyhttps://github.com/python/mypy
Please reload this pagehttps://github.com/python/mypy/issues/21423
Notifications https://github.com/login?return_to=%2Fpython%2Fmypy
Fork 3.2k https://github.com/login?return_to=%2Fpython%2Fmypy
Star 20.5k https://github.com/login?return_to=%2Fpython%2Fmypy
Code https://github.com/python/mypy
Issues 2.7k https://github.com/python/mypy/issues
Pull requests 460 https://github.com/python/mypy/pulls
Actions https://github.com/python/mypy/actions
Projects https://github.com/python/mypy/projects
Wiki https://github.com/python/mypy/wiki
Security and quality 0 https://github.com/python/mypy/security
Insights https://github.com/python/mypy/pulse
Code https://github.com/python/mypy
Issues https://github.com/python/mypy/issues
Pull requests https://github.com/python/mypy/pulls
Actions https://github.com/python/mypy/actions
Projects https://github.com/python/mypy/projects
Wiki https://github.com/python/mypy/wiki
Security and quality https://github.com/python/mypy/security
Insights https://github.com/python/mypy/pulse
#21428https://github.com/python/mypy/pull/21428
[2.0 regression] Crash with --allow-redefinition on partial type with globalhttps://github.com/python/mypy/issues/21423#top
#21428https://github.com/python/mypy/pull/21428
crashhttps://github.com/python/mypy/issues?q=state%3Aopen%20label%3A%22crash%22
https://github.com/hauntsaninja
hauntsaninjahttps://github.com/hauntsaninja
on May 7, 2026https://github.com/python/mypy/issues/21423#issue-4395211161
crashhttps://github.com/python/mypy/issues?q=state%3Aopen%20label%3A%22crash%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.