René's URL Explorer Experiment


Title: NullReferenceException in AstTypeAnnotationConverter.MakeGenericClassType · Issue #446 · microsoft/python-language-server · GitHub

Open Graph Title: NullReferenceException in AstTypeAnnotationConverter.MakeGenericClassType · Issue #446 · microsoft/python-language-server

X Title: NullReferenceException in AstTypeAnnotationConverter.MakeGenericClassType · Issue #446 · microsoft/python-language-server

Description: Got this while looking into #391 some more. [Error - 10:58:54 AM] System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) ---> System.NullReferenceException: Object reference not se...

Open Graph Description: Got this while looking into #391 some more. [Error - 10:58:54 AM] System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) ---> System.NullRef...

X Description: Got this while looking into #391 some more. [Error - 10:58:54 AM] System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) ---> System.Null...

Opengraph URL: https://github.com/microsoft/python-language-server/issues/446

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"NullReferenceException in AstTypeAnnotationConverter.MakeGenericClassType","articleBody":"Got this while looking into #391 some more.\r\n\r\n```\r\n[Error - 10:58:54 AM] System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) ---\u003e System.NullReferenceException: Object reference not set to an instance of an object.\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstTypeAnnotationConverter.MakeGenericClassType(IPythonType typeArg) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstTypeAnnotationConverter.cs:line 201\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstTypeAnnotationConverter.MakeGeneric(IPythonType baseType, IReadOnlyList`1 args) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstTypeAnnotationConverter.cs:line 135\r\n   at Microsoft.PythonTools.Parsing.Ast.TypeAnnotation.Walker.MakeGenericOp.Apply[T](TypeAnnotationConverter`1 converter, Stack`1 stack) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Parsing\\Ast\\TypeAnnotation.cs:line 266\r\n   at Microsoft.PythonTools.Parsing.Ast.TypeAnnotation.Walker.GetResult[T](TypeAnnotationConverter`1 converter) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Parsing\\Ast\\TypeAnnotation.cs:line 71\r\n   at Microsoft.PythonTools.Parsing.Ast.TypeAnnotation.GetValue[T](TypeAnnotationConverter`1 converter) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Parsing\\Ast\\TypeAnnotation.cs:line 49\r\n   at Microsoft.PythonTools.Interpreter.Ast.NameLookupContext.GetTypesFromAnnotation(Expression expr) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\NameLookupContext.cs:line 158\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstAnalysisFunctionWalker.Walk() in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstAnalysisFunctionWalker.cs:line 68\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstAnalysisFunctionWalkerSet.ProcessWalker(AstAnalysisFunctionWalker walker) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstAnalysisFunctionWalkerSet.cs:line 64\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstAnalysisFunctionWalkerSet.ProcessSet() in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstAnalysisFunctionWalkerSet.cs:line 51\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstAnalysisWalker.Complete() in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstAnalysisWalker.cs:line 90\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstScrapedPythonModule.PostWalk(PythonWalker walker) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstScrapedPythonModule.cs:line 139\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstScrapedPythonModule.Imported(IModuleContext context) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstScrapedPythonModule.cs:line 251\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstPythonMultipleMembers.MultipleModuleMembers.Imported(IModuleContext context) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstPythonMultipleMembers.cs:line 199\r\n   --- End of inner exception stack trace ---\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreter.ImportModule(String name) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstPythonInterpreter.cs:line 263\r\n   at Microsoft.PythonTools.Analysis.ModuleTable.TryImport(String name, ModuleReference\u0026 moduleReference) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\ModuleTable.cs:line 128\r\n   at Microsoft.PythonTools.Analysis.Analyzer.DDG.TryImportModule(String modName, Boolean forceAbsolute, ModuleReference\u0026 moduleRef, IReadOnlyList`1\u0026 remainingParts) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Analyzer\\DDG.cs:line 440\r\n   at Microsoft.PythonTools.Analysis.Analyzer.DDG.Walk(FromImportStatement node) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Analyzer\\DDG.cs:line 365\r\n   at Microsoft.PythonTools.Parsing.Ast.FromImportStatement.Walk(PythonWalker walker) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Parsing\\Ast\\FromImportStatement.cs:line 61\r\n   at Microsoft.PythonTools.Analysis.Analyzer.DDG.Walk(SuiteStatement node) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Analyzer\\DDG.cs:line 665\r\n   at Microsoft.PythonTools.Parsing.Ast.SuiteStatement.Walk(PythonWalker walker) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Parsing\\Ast\\SuiteStatement.cs:line 34\r\n   at Microsoft.PythonTools.Parsing.Ast.PythonAst.Walk(PythonWalker walker) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Parsing\\Ast\\PythonAst.cs:line 92\r\n   at Microsoft.PythonTools.Analysis.AnalysisUnit.AnalyzeWorker(DDG ddg, CancellationToken cancel) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\AnalysisUnit.cs:line 154\r\n   at Microsoft.PythonTools.Analysis.AnalysisUnit.Analyze(DDG ddg, CancellationToken cancel) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\AnalysisUnit.cs:line 139\r\n   at Microsoft.PythonTools.Analysis.Analyzer.DDG.Analyze(Deque`1 queue, CancellationToken cancel, Action`1 reportQueueSize, Int32 reportQueueInterval) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Analyzer\\DDG.cs:line 75\r\n   at Microsoft.PythonTools.Analysis.PythonAnalyzer.AnalyzeQueuedEntries(CancellationToken cancel) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\PythonAnalyzer.cs:line 908\r\n   at Microsoft.PythonTools.Intellisense.AnalysisQueue.GroupAnalysis.Analyze(CancellationToken cancel) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Intellisense\\AnalysisQueue.cs:line 229\r\n   at Microsoft.PythonTools.Intellisense.AnalysisQueue.HandleAnalyzable(IAnalyzable item, AnalysisPriority priority, CancellationToken cancellationToken) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Intellisense\\AnalysisQueue.cs:line 152\r\n   at Microsoft.PythonTools.Intellisense.AnalysisQueue.ConsumerLoop() in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Intellisense\\AnalysisQueue.cs:line 64\r\n---\u003e (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstTypeAnnotationConverter.MakeGenericClassType(IPythonType typeArg) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstTypeAnnotationConverter.cs:line 201\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstTypeAnnotationConverter.MakeGeneric(IPythonType baseType, IReadOnlyList`1 args) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstTypeAnnotationConverter.cs:line 135\r\n   at Microsoft.PythonTools.Parsing.Ast.TypeAnnotation.Walker.MakeGenericOp.Apply[T](TypeAnnotationConverter`1 converter, Stack`1 stack) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Parsing\\Ast\\TypeAnnotation.cs:line 266\r\n   at Microsoft.PythonTools.Parsing.Ast.TypeAnnotation.Walker.GetResult[T](TypeAnnotationConverter`1 converter) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Parsing\\Ast\\TypeAnnotation.cs:line 71\r\n   at Microsoft.PythonTools.Parsing.Ast.TypeAnnotation.GetValue[T](TypeAnnotationConverter`1 converter) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Parsing\\Ast\\TypeAnnotation.cs:line 49\r\n   at Microsoft.PythonTools.Interpreter.Ast.NameLookupContext.GetTypesFromAnnotation(Expression expr) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\NameLookupContext.cs:line 158\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstAnalysisFunctionWalker.Walk() in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstAnalysisFunctionWalker.cs:line 68\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstAnalysisFunctionWalkerSet.ProcessWalker(AstAnalysisFunctionWalker walker) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstAnalysisFunctionWalkerSet.cs:line 64\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstAnalysisFunctionWalkerSet.ProcessSet() in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstAnalysisFunctionWalkerSet.cs:line 51\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstAnalysisWalker.Complete() in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstAnalysisWalker.cs:line 90\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstScrapedPythonModule.PostWalk(PythonWalker walker) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstScrapedPythonModule.cs:line 139\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstScrapedPythonModule.Imported(IModuleContext context) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstScrapedPythonModule.cs:line 251\r\n   at Microsoft.PythonTools.Interpreter.Ast.AstPythonMultipleMembers.MultipleModuleMembers.Imported(IModuleContext context) in C:\\Users\\jabaile\\python-language-server\\src\\Analysis\\Engine\\Impl\\Interpreter\\Ast\\AstPythonMultipleMembers.cs:line 199\u003c---\r\n```\r\n\r\nThis causes a Debug.Fail in Analysis_UnhandledException.","author":{"url":"https://github.com/jakebailey","@type":"Person","name":"jakebailey"},"datePublished":"2018-12-03T19:05:43.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/446/python-language-server/issues/446"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:02938bfa-cc05-4b06-8b58-4631e73eb722
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE0DE:14FA31:21FBAC:307863:6A4E67DE
html-safe-nonce145fb0bfb4da03517f9eefcb6c799aa375e6b6be1589d4d8237d58afa37676e1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMERFOjE0RkEzMToyMUZCQUM6MzA3ODYzOjZBNEU2N0RFIiwidmlzaXRvcl9pZCI6IjIzNzEwNjE5NDMzNTgwODkxODIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac570990356d1f0e5864964014a76b2ccf8a08f199f8f260ba46151cef16f55c14
hovercard-subject-tagissue:386960600
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/microsoft/python-language-server/446/issue_layout
twitter:imagehttps://opengraph.githubassets.com/0f0f3ad5e05482019769eb18c58fd197d911e7f4bf6158c49e125f20f7b27a5b/microsoft/python-language-server/issues/446
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/0f0f3ad5e05482019769eb18c58fd197d911e7f4bf6158c49e125f20f7b27a5b/microsoft/python-language-server/issues/446
og:image:altGot this while looking into #391 some more. [Error - 10:58:54 AM] System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) ---> System.NullRef...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejakebailey
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
go-importgithub.com/microsoft/python-language-server git https://github.com/microsoft/python-language-server.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id145901977
octolytics-dimension-repository_nwomicrosoft/python-language-server
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id145901977
octolytics-dimension-repository_network_root_nwomicrosoft/python-language-server
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
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoft/python-language-server/issues/446#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fpython-language-server%2Fissues%2F446
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%2Fmicrosoft%2Fpython-language-server%2Fissues%2F446
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=microsoft%2Fpython-language-server
Reloadhttps://github.com/microsoft/python-language-server/issues/446
Reloadhttps://github.com/microsoft/python-language-server/issues/446
Reloadhttps://github.com/microsoft/python-language-server/issues/446
Please reload this pagehttps://github.com/microsoft/python-language-server/issues/446
microsoft https://github.com/microsoft
python-language-serverhttps://github.com/microsoft/python-language-server
Notifications https://github.com/login?return_to=%2Fmicrosoft%2Fpython-language-server
Fork 131 https://github.com/login?return_to=%2Fmicrosoft%2Fpython-language-server
Star 921 https://github.com/login?return_to=%2Fmicrosoft%2Fpython-language-server
Code https://github.com/microsoft/python-language-server
Issues 309 https://github.com/microsoft/python-language-server/issues
Pull requests 6 https://github.com/microsoft/python-language-server/pulls
Projects https://github.com/microsoft/python-language-server/projects
Models https://github.com/microsoft/python-language-server/models
Wiki https://github.com/microsoft/python-language-server/wiki
Security and quality 0 https://github.com/microsoft/python-language-server/security
Insights https://github.com/microsoft/python-language-server/pulse
Code https://github.com/microsoft/python-language-server
Issues https://github.com/microsoft/python-language-server/issues
Pull requests https://github.com/microsoft/python-language-server/pulls
Projects https://github.com/microsoft/python-language-server/projects
Models https://github.com/microsoft/python-language-server/models
Wiki https://github.com/microsoft/python-language-server/wiki
Security and quality https://github.com/microsoft/python-language-server/security
Insights https://github.com/microsoft/python-language-server/pulse
NullReferenceException in AstTypeAnnotationConverter.MakeGenericClassTypehttps://github.com/microsoft/python-language-server/issues/446#top
https://github.com/MikhailArkhipov
Dec 2018.1https://github.com/microsoft/python-language-server/milestone/6
https://github.com/jakebailey
jakebaileyhttps://github.com/jakebailey
on Dec 3, 2018https://github.com/microsoft/python-language-server/issues/446#issue-386960600
#391https://github.com/microsoft/python-language-server/issues/391
MikhailArkhipovhttps://github.com/MikhailArkhipov
Dec 2018.1https://github.com/microsoft/python-language-server/milestone/6
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.