René's URL Explorer Experiment


Title: Fix TemporaryFileSwap regression where file_path could not be Path by EliahKagan · Pull Request #1776 · gitpython-developers/GitPython · GitHub

Open Graph Title: Fix TemporaryFileSwap regression where file_path could not be Path by EliahKagan · Pull Request #1776 · gitpython-developers/GitPython

X Title: Fix TemporaryFileSwap regression where file_path could not be Path by EliahKagan · Pull Request #1776 · gitpython-developers/GitPython

Description: As noted in #1770 (comment), in 9e86053 (#1770) I accidentally introduced a regression in git.index.util.TemporaryFileSwap where the file_path parameter could no longer be a Path, even though it was (and remained) annotated in a way compatible with that. Passing a Path object instead of str failed with TypeError, with a message like this (with WindowsPath instead of PosixPath on Windows, but otherwise the same): TypeError: unsupported operand type(s) for +: 'PosixPath' and 'str' Although much code that results in TemporaryFileSwap being used is under test, which would reveal some kinds of regressions, TemporaryFileSwap itself did not have any tests. It is public, so even if a Path were never passed to it in GitPython's own use of it, applications that use GitPython may be making direct use of it and are justified in assuming it accepts both a str and a str-based Path, as annotated. This pull request: Adds a general test of TemporaryFileSwap. It does not test every code path that is supposed to be supported, such as code paths involving the file not existing in the first place, or the temporary file being deleted before it would be swapped back (those are deliberately covered in the code and may thus be valuable to test, and perhaps I, or someone else, could add tests for that later). However, I parameterized the test by the type of the file_path argument passed to TemporaryFileSwap, and the test shows both that it works when the type is str and that it fails, as described above, when the type is Path. Fixes the bug, and also changes how mkstemp is called to make it less unidiomatic. (However, it is still opening the file to reserve its name, and then immediately closing it, so this does not address the original misgivings noted in #1770 (review). See my comment in that review thread.) There are some further details, which I'd consider less essential but potentially of value, in the commit messages.

Open Graph Description: As noted in #1770 (comment), in 9e86053 (#1770) I accidentally introduced a regression in git.index.util.TemporaryFileSwap where the file_path parameter could no longer be a Path, even though it wa...

X Description: As noted in #1770 (comment), in 9e86053 (#1770) I accidentally introduced a regression in git.index.util.TemporaryFileSwap where the file_path parameter could no longer be a Path, even though it wa...

Opengraph URL: https://github.com/gitpython-developers/GitPython/pull/1776

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:39d0bbd4-104d-fa28-d075-a53714e13f2f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDBDC:22008D:7F1F24:B1CB53:696907B6
html-safe-nonce45550ec54edc26c4a2530b83b770cd0bb81ea8ad87c4193afc5589a342d586a7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQkRDOjIyMDA4RDo3RjFGMjQ6QjFDQjUzOjY5NjkwN0I2IiwidmlzaXRvcl9pZCI6IjQxODY2MzExODQ0MjgxMDc3MDIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac2cf608595c6444c7a3e627461596bcabfacb4bf31b7fd617d4fed41d95828955
hovercard-subject-tagpull_request:1653122702
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/gitpython-developers/GitPython/pull/1776/files
twitter:imagehttps://avatars.githubusercontent.com/u/1771172?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1771172?s=400&v=4
og:image:altAs noted in #1770 (comment), in 9e86053 (#1770) I accidentally introduced a regression in git.index.util.TemporaryFileSwap where the file_path parameter could no longer be a Path, even though it wa...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonee6156bd4ef9f2dc8dadf4c49a8f7ed8532186388cef72eda3ccb9f0ab3b8cfca
turbo-cache-controlno-preview
diff-viewunified
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 full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseee2210c3e58153aae53400c942f8a7b4bbb43ec4
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/gitpython-developers/GitPython/pull/1776/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fpull%2F1776%2Ffiles
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%2Fpull%2F1776%2Ffiles
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%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=gitpython-developers%2FGitPython
Reloadhttps://github.com/gitpython-developers/GitPython/pull/1776/files
Reloadhttps://github.com/gitpython-developers/GitPython/pull/1776/files
Reloadhttps://github.com/gitpython-developers/GitPython/pull/1776/files
gitpython-developers https://github.com/gitpython-developers
GitPythonhttps://github.com/gitpython-developers/GitPython
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/1776/files
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/pull/1776/files
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
Sign up for GitHub https://github.com/signup?return_to=%2Fgitpython-developers%2FGitPython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fgitpython-developers%2FGitPython%2Fissues%2Fnew%2Fchoose
Byronhttps://github.com/Byron
gitpython-developers:mainhttps://github.com/gitpython-developers/GitPython/tree/main
EliahKagan:temporary-file-swaphttps://github.com/EliahKagan/GitPython/tree/temporary-file-swap
Conversation 3 https://github.com/gitpython-developers/GitPython/pull/1776
Commits 4 https://github.com/gitpython-developers/GitPython/pull/1776/commits
Checks 0 https://github.com/gitpython-developers/GitPython/pull/1776/checks
Files changed https://github.com/gitpython-developers/GitPython/pull/1776/files
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/1776/files
Fix TemporaryFileSwap regression where file_path could not be Path https://github.com/gitpython-developers/GitPython/pull/1776/files#top
Show all changes 4 commits https://github.com/gitpython-developers/GitPython/pull/1776/files
487a4fd Add a test for git.index.util.TemporaryFileSwap EliahKagan Dec 21, 2023 https://github.com/gitpython-developers/GitPython/pull/1776/commits/487a4fdb38efc82d30111e49f941a25cba4aa7a7
1ddf953 Fix TemporaryFileSwap bug when file_path is a Path EliahKagan Dec 21, 2023 https://github.com/gitpython-developers/GitPython/pull/1776/commits/1ddf953ea0d7625485ed02c90b03aae7f939ec46
b438c45 Refactor TemporaryFileSwap.__init__ for clarity EliahKagan Dec 21, 2023 https://github.com/gitpython-developers/GitPython/pull/1776/commits/b438c459d91243b685f540ccb1c124260e9d28b9
4e91a6c Tweak formatting for `@pytest.mark.parametrize` EliahKagan Dec 21, 2023 https://github.com/gitpython-developers/GitPython/pull/1776/commits/4e91a6c7b521dc7d0331dbb5455e9c424d26d655
Clear filters https://github.com/gitpython-developers/GitPython/pull/1776/files
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/1776/files
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/1776/files
util.py https://github.com/gitpython-developers/GitPython/pull/1776/files#diff-0167928a56cc19b530606854225ed0dde03f5936371b024d0da20040d3d708c6
test_blob_filter.py https://github.com/gitpython-developers/GitPython/pull/1776/files#diff-119de659f0e1839b5a6284ece81ec027aa410600c8077432b516eba52977ea34
test_index.py https://github.com/gitpython-developers/GitPython/pull/1776/files#diff-21c27b991511d3d0e3a14b4dfb56017689de2fa114c3edf11c577bd1ce744b72
git/index/util.pyhttps://github.com/gitpython-developers/GitPython/pull/1776/files#diff-0167928a56cc19b530606854225ed0dde03f5936371b024d0da20040d3d708c6
View file https://github.com/EliahKagan/GitPython/blob/4e91a6c7b521dc7d0331dbb5455e9c424d26d655/git/index/util.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1776/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1776/files#diff-0167928a56cc19b530606854225ed0dde03f5936371b024d0da20040d3d708c6
https://github.com/gitpython-developers/GitPython/pull/1776/files#diff-0167928a56cc19b530606854225ed0dde03f5936371b024d0da20040d3d708c6
test/test_blob_filter.pyhttps://github.com/gitpython-developers/GitPython/pull/1776/files#diff-119de659f0e1839b5a6284ece81ec027aa410600c8077432b516eba52977ea34
View file https://github.com/EliahKagan/GitPython/blob/4e91a6c7b521dc7d0331dbb5455e9c424d26d655/test/test_blob_filter.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1776/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1776/files#diff-119de659f0e1839b5a6284ece81ec027aa410600c8077432b516eba52977ea34
https://github.com/gitpython-developers/GitPython/pull/1776/files#diff-119de659f0e1839b5a6284ece81ec027aa410600c8077432b516eba52977ea34
test/test_index.pyhttps://github.com/gitpython-developers/GitPython/pull/1776/files#diff-21c27b991511d3d0e3a14b4dfb56017689de2fa114c3edf11c577bd1ce744b72
View file https://github.com/EliahKagan/GitPython/blob/4e91a6c7b521dc7d0331dbb5455e9c424d26d655/test/test_index.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1776/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1776/files#diff-21c27b991511d3d0e3a14b4dfb56017689de2fa114c3edf11c577bd1ce744b72
https://github.com/gitpython-developers/GitPython/pull/1776/files#diff-21c27b991511d3d0e3a14b4dfb56017689de2fa114c3edf11c577bd1ce744b72
https://github.com/gitpython-developers/GitPython/pull/1776/files#diff-21c27b991511d3d0e3a14b4dfb56017689de2fa114c3edf11c577bd1ce744b72
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.