René's URL Explorer Experiment


Title: Don't use assert to enforce interface constraints · Issue #1552 · gitpython-developers/GitPython · GitHub

Open Graph Title: Don't use assert to enforce interface constraints · Issue #1552 · gitpython-developers/GitPython

X Title: Don't use assert to enforce interface constraints · Issue #1552 · gitpython-developers/GitPython

Description: # sscce.py import git git.Repo(".").tags[None] $ git init Initialized empty Git repository in /tmp/tmp.Xoz9gZndOi/.git/ $ venv/bin/python sscce.py Traceback (most recent call last): File "sscce.py", line 5, in git.Repo(".").tags...

Open Graph Description: # sscce.py import git git.Repo(".").tags[None] $ git init Initialized empty Git repository in /tmp/tmp.Xoz9gZndOi/.git/ $ venv/bin/python sscce.py Traceback (most recent call last): File "sscce.py"...

X Description: # sscce.py import git git.Repo(".").tags[None] $ git init Initialized empty Git repository in /tmp/tmp.Xoz9gZndOi/.git/ $ venv/bin/python sscce.py Traceback (most recent call last): File ...

Opengraph URL: https://github.com/gitpython-developers/GitPython/issues/1552

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Don't use assert to enforce interface constraints","articleBody":"``` py\r\n# sscce.py\r\n\r\nimport git\r\n\r\ngit.Repo(\".\").tags[None]\r\n```\r\n``` console\r\n$ git init\r\nInitialized empty Git repository in /tmp/tmp.Xoz9gZndOi/.git/\r\n$ venv/bin/python sscce.py\r\nTraceback (most recent call last):\r\n  File \"sscce.py\", line 5, in \u003cmodule\u003e\r\n    git.Repo(\".\").tags[None]\r\n  File \"/tmp/tmp.Xoz9gZndOi/venv/lib/python3.8/site-packages/git/util.py\", line 1087, in __getitem__\r\n    assert isinstance(index, (int, str, slice)), \"Index of IterableList should be an int or str\"\r\nAssertionError: Index of IterableList should be an int or str\r\n```\r\nhttps://github.com/gitpython-developers/GitPython/blob/c84dde218ef896a9b9af4f825ce222a6eb39291e/git/util.py#L1087\r\n`assert` should not be used in product code because it can be ignored with `-O`:\r\n``` console\r\n$ venv/bin/python -O sscce.py\r\nTraceback (most recent call last):\r\n  File \"sscce.py\", line 5, in \u003cmodule\u003e\r\n    git.Repo(\".\").tags[None]\r\n  File \"/tmp/tmp.Xoz9gZndOi/venv/lib/python3.8/site-packages/git/util.py\", line 1095, in __getitem__\r\n    return getattr(self, index)\r\nTypeError: getattr(): attribute name must be string\r\n```\r\n(In fact, that behavior is probably _better_ since a `TypeError` is more semantically meaningful.)\r\n\r\n[`bandit`](https://pypi.org/project/bandit/) can catch this kind of thing:\r\n``` console\r\n$ venv/bin/bandit venv/lib/python3.8/site-packages/git/util.py\r\n...\r\n\u003e\u003e Issue: [B101:assert_used] Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.\r\n   Severity: Low   Confidence: High\r\n   CWE: CWE-703 (https://cwe.mitre.org/data/definitions/703.html)\r\n   Location: venv/lib/python3.8/site-packages/git/util.py:1087:8\r\n   More Info: https://bandit.readthedocs.io/en/1.7.4/plugins/b101_assert_used.html\r\n1086\r\n1087            assert isinstance(index, (int, str, slice)), \"Index of IterableList should be an int or str\"\r\n1088\r\n1089            if isinstance(index, int):\r\n...\r\n```","author":{"url":"https://github.com/tucked","@type":"Person","name":"tucked"},"datePublished":"2023-02-05T19:39:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/1552/GitPython/issues/1552"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:68fbaaed-e637-f92a-7b84-0b28058e36f8
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA522:1F0AF1:10BAFE9:17475DB:6968AE5B
html-safe-noncedd4a766b219169ce9ebeef43dc201dd56886429262cf9bfce22f3bf1b2c4bbfd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNTIyOjFGMEFGMToxMEJBRkU5OjE3NDc1REI6Njk2OEFFNUIiLCJ2aXNpdG9yX2lkIjoiNDc5OTIxMzIzNDQ2MTEyNjIzNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacfa54ed31581e66a2757a0a20c64c9e9c99c4bcb263958d04619b6629a2a82d63
hovercard-subject-tagissue:1571584220
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/gitpython-developers/GitPython/1552/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6b524b8b49f361bf470108b76cdc4d980218dbd2850e134e2c8ed73a5fe7d130/gitpython-developers/GitPython/issues/1552
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6b524b8b49f361bf470108b76cdc4d980218dbd2850e134e2c8ed73a5fe7d130/gitpython-developers/GitPython/issues/1552
og:image:alt# sscce.py import git git.Repo(".").tags[None] $ git init Initialized empty Git repository in /tmp/tmp.Xoz9gZndOi/.git/ $ venv/bin/python sscce.py Traceback (most recent call last): File "sscce.py"...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernametucked
hostnamegithub.com
expected-hostnamegithub.com
Nonefdc7c66bd36a6c12eb8e771e806db863266e573fc299e77f27505a768d4f8a98
turbo-cache-controlno-preview
go-importgithub.com/gitpython-developers/GitPython git https://github.com/gitpython-developers/GitPython.git
octolytics-dimension-user_id503709
octolytics-dimension-user_logingitpython-developers
octolytics-dimension-repository_id1126087
octolytics-dimension-repository_nwogitpython-developers/GitPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1126087
octolytics-dimension-repository_network_root_nwogitpython-developers/GitPython
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
release3223a6503d318917691422cdadfbe16cd8fb21e5
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/gitpython-developers/GitPython/issues/1552#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fissues%2F1552
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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%2Fgitpython-developers%2FGitPython%2Fissues%2F1552
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=gitpython-developers%2FGitPython
Reloadhttps://github.com/gitpython-developers/GitPython/issues/1552
Reloadhttps://github.com/gitpython-developers/GitPython/issues/1552
Reloadhttps://github.com/gitpython-developers/GitPython/issues/1552
gitpython-developers https://github.com/gitpython-developers
GitPythonhttps://github.com/gitpython-developers/GitPython
Please reload this pagehttps://github.com/gitpython-developers/GitPython/issues/1552
Notifications https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Fork 964 https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Star 5k https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Code https://github.com/gitpython-developers/GitPython
Issues 169 https://github.com/gitpython-developers/GitPython/issues
Pull requests 8 https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/gitpython-developers/GitPython/security
Please reload this pagehttps://github.com/gitpython-developers/GitPython/issues/1552
Insights https://github.com/gitpython-developers/GitPython/pulse
Code https://github.com/gitpython-developers/GitPython
Issues https://github.com/gitpython-developers/GitPython/issues
Pull requests https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security https://github.com/gitpython-developers/GitPython/security
Insights https://github.com/gitpython-developers/GitPython/pulse
New issuehttps://github.com/login?return_to=https://github.com/gitpython-developers/GitPython/issues/1552
New issuehttps://github.com/login?return_to=https://github.com/gitpython-developers/GitPython/issues/1552
#2028https://github.com/gitpython-developers/GitPython/pull/2028
Don't use assert to enforce interface constraintshttps://github.com/gitpython-developers/GitPython/issues/1552#top
#2028https://github.com/gitpython-developers/GitPython/pull/2028
acknowledgedhttps://github.com/gitpython-developers/GitPython/issues?q=state%3Aopen%20label%3A%22acknowledged%22
help wantedhttps://github.com/gitpython-developers/GitPython/issues?q=state%3Aopen%20label%3A%22help%20wanted%22
https://github.com/tucked
https://github.com/tucked
tuckedhttps://github.com/tucked
on Feb 5, 2023https://github.com/gitpython-developers/GitPython/issues/1552#issue-1571584220
GitPython/git/util.pyhttps://github.com/gitpython-developers/GitPython/blob/c84dde218ef896a9b9af4f825ce222a6eb39291e/git/util.py#L1087
c84dde2https://github.com/gitpython-developers/GitPython/commit/c84dde218ef896a9b9af4f825ce222a6eb39291e
bandithttps://pypi.org/project/bandit/
acknowledgedhttps://github.com/gitpython-developers/GitPython/issues?q=state%3Aopen%20label%3A%22acknowledged%22
help wantedhttps://github.com/gitpython-developers/GitPython/issues?q=state%3Aopen%20label%3A%22help%20wanted%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.