René's URL Explorer Experiment


Title: sys.exit and SystemExit · Issue #8513 · python/typeshed · GitHub

Open Graph Title: sys.exit and SystemExit · Issue #8513 · python/typeshed

X Title: sys.exit and SystemExit · Issue #8513 · python/typeshed

Description: sys.exit() is defined as: typeshed/stdlib/sys.pyi Lines 224 to 225 in c68bcc7 # sys.exit() accepts an optional argument of anything printable def exit(__status: object = ...) -> NoReturn: ... The argument ends up in the .code attribute o...

Open Graph Description: sys.exit() is defined as: typeshed/stdlib/sys.pyi Lines 224 to 225 in c68bcc7 # sys.exit() accepts an optional argument of anything printable def exit(__status: object = ...) -> NoReturn: ... The a...

X Description: sys.exit() is defined as: typeshed/stdlib/sys.pyi Lines 224 to 225 in c68bcc7 # sys.exit() accepts an optional argument of anything printable def exit(__status: object = ...) -> NoReturn: ... Th...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"sys.exit and SystemExit","articleBody":"`sys.exit()` is defined as:\r\n\r\nhttps://github.com/python/typeshed/blob/c68bcc7e69249956f358da7f47028d8fd1f7443e/stdlib/sys.pyi#L224-L225\r\n\r\nThe argument ends up in the `.code` attribute of a `SystemExit` exception.\r\n\r\n```python3\r\n\u003e\u003e\u003e import sys\r\n\u003e\u003e\u003e try: sys.exit()\r\n... except SystemExit as e: print(repr(e.code))\r\n... \r\nNone\r\n\u003e\u003e\u003e try: sys.exit(\"lol\")\r\n... except SystemExit as e: print(repr(e.code))\r\n... \r\n'lol'\r\n\u003e\u003e\u003e try: sys.exit({\"foo\": \"bar\"})\r\n... except SystemExit as e: print(repr(e.code))\r\n... \r\n{'foo': 'bar'}\r\n```\r\n\r\nBut that's typed as:\r\n\r\nhttps://github.com/python/typeshed/blob/c68bcc7e69249956f358da7f47028d8fd1f7443e/stdlib/builtins.pyi#L1793-L1794\r\n\r\nThese should be the same IMO, but what should they be? The interpreter handles uncaught `SystemExit` exceptions like this:\r\n- If the `code` is `None`, exit the process with status zero.\r\n- If the `code` is an integer, exit the process with that status.\r\n- Otherwise, print the `code` (to stderr) and exit the process with status `1`.\r\n\r\nI'd suggest using `str | int | None`, where we use `str` because we don't have any way to express \"anything reasonably printable\" without saying \"any object\". This way you can use each of the interpreter's behaviors as intended, and if you accidentally pass in e.g. `0.0`, the type checker will warn you instead of making you wonder why your process printed `0.0` and failed.","author":{"url":"https://github.com/Akuli","@type":"Person","name":"Akuli"},"datePublished":"2022-08-09T19:04:42.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/8513/typeshed/issues/8513"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d3d3bc6d-1f33-51fa-5728-67416bce2200
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8F72:240924:CA430A:10F32DC:6A62B28F
html-safe-nonce303c2bd61a96c0be225f7fb77c343d9823c44fc6b41c4247dd83f6847d176be1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RjcyOjI0MDkyNDpDQTQzMEE6MTBGMzJEQzo2QTYyQjI4RiIsInZpc2l0b3JfaWQiOiI0OTQxNjU1MDU2MDUwMjA1MzI3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacc66ed22f03445fc959d1eff442862fe900f9ff2f44afdfdfa030a78ff6a4da20
hovercard-subject-tagissue:1333671093
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/8513/issue_layout
twitter:imagehttps://opengraph.githubassets.com/43edb5303ba6b8b8690f300fcbb67bce78d029e2f4aa20c9f91eaaa7ea15b05c/python/typeshed/issues/8513
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/43edb5303ba6b8b8690f300fcbb67bce78d029e2f4aa20c9f91eaaa7ea15b05c/python/typeshed/issues/8513
og:image:altsys.exit() is defined as: typeshed/stdlib/sys.pyi Lines 224 to 225 in c68bcc7 # sys.exit() accepts an optional argument of anything printable def exit(__status: object = ...) -> NoReturn: ... The a...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameAkuli
hostnamegithub.com
expected-hostnamegithub.com
None2738d7125e864b55224a8bc40c72c220ca7d2c73f91a7bb8d69dffe9d35e997d
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
releasebf54af498459157b66a67136f992a68752cdbb54
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/typeshed/issues/8513#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Ftypeshed%2Fissues%2F8513
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%2F8513
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/8513
Reloadhttps://github.com/python/typeshed/issues/8513
Reloadhttps://github.com/python/typeshed/issues/8513
Please reload this pagehttps://github.com/python/typeshed/issues/8513
python https://github.com/python
typeshedhttps://github.com/python/typeshed
Please reload this pagehttps://github.com/python/typeshed/issues/8513
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 217 https://github.com/python/typeshed/issues
Pull requests 142 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
#8554https://github.com/python/typeshed/pull/8554
sys.exit and SystemExithttps://github.com/python/typeshed/issues/8513#top
#8554https://github.com/python/typeshed/pull/8554
https://github.com/Akuli
Akulihttps://github.com/Akuli
on Aug 9, 2022https://github.com/python/typeshed/issues/8513#issue-1333671093
typeshed/stdlib/sys.pyihttps://github.com/python/typeshed/blob/c68bcc7e69249956f358da7f47028d8fd1f7443e/stdlib/sys.pyi#L224-L225
c68bcc7https://github.com/python/typeshed/commit/c68bcc7e69249956f358da7f47028d8fd1f7443e
typeshed/stdlib/builtins.pyihttps://github.com/python/typeshed/blob/c68bcc7e69249956f358da7f47028d8fd1f7443e/stdlib/builtins.pyi#L1793-L1794
c68bcc7https://github.com/python/typeshed/commit/c68bcc7e69249956f358da7f47028d8fd1f7443e
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.