René's URL Explorer Experiment


Title: GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` by barneygale · Pull Request #101398 · python/cpython · GitHub

Open Graph Title: GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` by barneygale · Pull Request #101398 · python/cpython

X Title: GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` by barneygale · Pull Request #101398 · python/cpython

Description: PurePath.match() now handles the ** wildcard as in Path.glob(), i.e. it matches any number of path segments. We now compile a re.Pattern object for the entire pattern. This is made more difficult by fnmatch not treating directory separators as special when evaluating wildcards (*, ?, etc), and so we arrange the path parts onto separate lines in a string, and ensure we don't set re.DOTALL. This improves performance of match() around 2x-3x times for simple patterns, and more for complex patterns: $ ./python -m timeit \ -s 'from pathlib import PureWindowsPath as P; path = P("C:/foo/bar.py"); pattern = P("c:/*/*.py")' \ 'path.match(pattern)' 50000 loops, best of 5: 8.13 usec per loop # before 1000000 loops, best of 5: 297 nsec per loop # after Issue: gh-73435

Open Graph Description: PurePath.match() now handles the ** wildcard as in Path.glob(), i.e. it matches any number of path segments. We now compile a re.Pattern object for the entire pattern. This is made more difficult b...

X Description: PurePath.match() now handles the ** wildcard as in Path.glob(), i.e. it matches any number of path segments. We now compile a re.Pattern object for the entire pattern. This is made more difficult b...

Opengraph URL: https://github.com/python/cpython/pull/101398

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:1e2604b0-ee6f-18af-f306-fe52ef683c44
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idED06:E3A3B:FE7CE6:155015B:69699322
html-safe-nonced17e04280b54ff338b1fae1a79a103950ea538f86f8647029bcfa7022ebdc64f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFRDA2OkUzQTNCOkZFN0NFNjoxNTUwMTVCOjY5Njk5MzIyIiwidmlzaXRvcl9pZCI6IjIxMzYzODAyNzg4NDAwNzA5NDYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac426450ee5f54163c651c6b77f3dfd5f34bc0c759bfeabc45fb2f8b5fe6a4c840
hovercard-subject-tagpull_request:1220404903
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/python/cpython/pull/101398/files
twitter:imagehttps://avatars.githubusercontent.com/u/960340?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/960340?s=400&v=4
og:image:altPurePath.match() now handles the ** wildcard as in Path.glob(), i.e. it matches any number of path segments. We now compile a re.Pattern object for the entire pattern. This is made more difficult b...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None3542e147982176a7ebaa23dfb559c8af16f721c03ec560c68c56b64a0f35e751
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
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
releaseaf80af7cc9e3de9c336f18b208a600950a3c187c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/101398/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F101398%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%2Fpython%2Fcpython%2Fpull%2F101398%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=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/101398/files
Reloadhttps://github.com/python/cpython/pull/101398/files
Reloadhttps://github.com/python/cpython/pull/101398/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/101398/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/pull/101398/files
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
barneygalehttps://github.com/barneygale
python:mainhttps://github.com/python/cpython/tree/main
barneygale:gh-73435-pathlib-match-recursivehttps://github.com/barneygale/cpython/tree/gh-73435-pathlib-match-recursive
Conversation 31 https://github.com/python/cpython/pull/101398
Commits 40 https://github.com/python/cpython/pull/101398/commits
Checks 0 https://github.com/python/cpython/pull/101398/checks
Files changed 5 https://github.com/python/cpython/pull/101398/files
GH-73435: Implement recursive wildcards in pathlib.PurePath.match() https://github.com/python/cpython/pull/101398/files#top
Show all changes 40 commits https://github.com/python/cpython/pull/101398/files
608e917 gh-73435: Implement recursive wildcards in pathlib.PurePath.match() barneygale Jan 28, 2023 https://github.com/python/cpython/pull/101398/commits/608e91757ce80af34ae38784fbc17ad0ad3f33e0
9a43c7f Simplify code slightly barneygale Jan 29, 2023 https://github.com/python/cpython/pull/101398/commits/9a43c7ff656fdec6e0050471297c2bc034a18abe
a846279 Fix support for newlines barneygale Feb 15, 2023 https://github.com/python/cpython/pull/101398/commits/a846279d4274449ee15a084b7db84984694526fe
bbd8cd6 Cache translation of individual components barneygale Feb 15, 2023 https://github.com/python/cpython/pull/101398/commits/bbd8cd603c71f87c948e11a1528a29536ae21827
b5c002e Drop 'recursive' argument, make this the only behaviour. barneygale Feb 15, 2023 https://github.com/python/cpython/pull/101398/commits/b5c002e36d7de58bb2a991b7fcfc4a716c4d8154
0afcd54 Undo modifications to fnmatch.py barneygale Feb 16, 2023 https://github.com/python/cpython/pull/101398/commits/0afcd54884c315587469c49752ce858036a15b04
fe32717 Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale Feb 17, 2023 https://github.com/python/cpython/pull/101398/commits/fe32717630d2d864879e8f28fbab70910af367dd
7b6f850 Fix Windows support barneygale Feb 17, 2023 https://github.com/python/cpython/pull/101398/commits/7b6f850c99964c12682b275cf65f5b52d7fcfb89
037488a Tidy up code. barneygale Feb 17, 2023 https://github.com/python/cpython/pull/101398/commits/037488ac370971ce9c8dbfb966a10d4eb1b91656
0741950 Add news blurb. barneygale Feb 17, 2023 https://github.com/python/cpython/pull/101398/commits/07419501d2dda92ef23899dd542d5c4ec6ad03e3
e1c9731 Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale Feb 20, 2023 https://github.com/python/cpython/pull/101398/commits/e1c97310583edec83c3b8435ac0f65815ec7cc91
db6f0ad Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale Apr 3, 2023 https://github.com/python/cpython/pull/101398/commits/db6f0adc8c947099027038976be040a7317506c9
8dff9e2 Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale Apr 9, 2023 https://github.com/python/cpython/pull/101398/commits/8dff9e221d8598ec0d5d860cb8e6a08d0a4e577e
314679f Simplify patch; prepare for use in `glob()` barneygale Apr 9, 2023 https://github.com/python/cpython/pull/101398/commits/314679ff7a1a2f2f189c1c3c8675f612104b5fd7
90eebcc Make better use of path object caching. barneygale Apr 9, 2023 https://github.com/python/cpython/pull/101398/commits/90eebcc4ea83a7570e49dc9ad38606a1c57ec3a7
4b5fffd Add performance tip to docs barneygale Apr 9, 2023 https://github.com/python/cpython/pull/101398/commits/4b5fffdf961e7d187759ed67a68e97891a9b1d19
5e8bc28 Skip re-initialisation of PurePath patterns. barneygale Apr 20, 2023 https://github.com/python/cpython/pull/101398/commits/5e8bc280ebbc52921ab7f246f502ccd62fb2fc26
e81ab5a Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale Apr 29, 2023 https://github.com/python/cpython/pull/101398/commits/e81ab5ad352ba01ce2f92929b94303043acd8ceb
afb8047 Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale May 2, 2023 https://github.com/python/cpython/pull/101398/commits/afb804787106ec44691fdff66ebc2cba0b9cb17c
722a1ab Use `re.IGNORECASE` rather than `os.path.normcase()` barneygale May 2, 2023 https://github.com/python/cpython/pull/101398/commits/722a1ab0d9d52ee888da64a15cb65e94f7d34f06
0ccf3df Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale May 6, 2023 https://github.com/python/cpython/pull/101398/commits/0ccf3df4d26d0766b556dd98da73566ee35c946f
ccea5e1 Add whats new entry barneygale May 11, 2023 https://github.com/python/cpython/pull/101398/commits/ccea5e18df9980d8c78d3451fc98349df7826211
dd04294 Update Doc/whatsnew/3.12.rst barneygale May 11, 2023 https://github.com/python/cpython/pull/101398/commits/dd04294e1300a364c8d1c0bf7c514ef5256424f4
b258641 Apply suggestions from code review barneygale May 14, 2023 https://github.com/python/cpython/pull/101398/commits/b258641ce46dca84a8a01b83a4cc629cc6c85db9
ced8998 Explain _FNMATCH_SLICE barneygale May 14, 2023 https://github.com/python/cpython/pull/101398/commits/ced899853a5fa2bb0dfbaa80013bd3e1a9863971
a33c7b6 Accidentally a word. barneygale May 14, 2023 https://github.com/python/cpython/pull/101398/commits/a33c7b659ae6f554b4a1e44a411acf872e2d388d
4b3bddb Cache pattern compilation barneygale May 14, 2023 https://github.com/python/cpython/pull/101398/commits/4b3bddb60e58afc5216323b15b7851c2cdce6702
6ad30dd Remove unneeded `from None` suffix, whoops. barneygale May 14, 2023 https://github.com/python/cpython/pull/101398/commits/6ad30dd5bd30309b3ae33734e7f9ec92e2e34366
052890f Tiny performance improvement: avoid accessing path.parts barneygale May 14, 2023 https://github.com/python/cpython/pull/101398/commits/052890f93c4c4ed309a22f8ecc3d4bfd899f6434
d789b6d Typo fix barneygale May 14, 2023 https://github.com/python/cpython/pull/101398/commits/d789b6db75f36069fe0705b4aadcb70c743036f5
4fe77c6 Avoid hashing path object when compiling pattern. barneygale May 14, 2023 https://github.com/python/cpython/pull/101398/commits/4fe77c64ecd677318fb4d9d04d6c138515724593
4770c13 More performance tweaks barneygale May 14, 2023 https://github.com/python/cpython/pull/101398/commits/4770c13c2fe7cc1e9157a82b5d5297cd477dbcd2
559787d Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale May 18, 2023 https://github.com/python/cpython/pull/101398/commits/559787dac96ad5b1695aa44f05783e3ad2f95db9
9c09fc4 Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale May 23, 2023 https://github.com/python/cpython/pull/101398/commits/9c09fc4ca6610d0864f9d37b302ec44c7210ffc3
eb35dbc Re-target to 3.13. barneygale May 23, 2023 https://github.com/python/cpython/pull/101398/commits/eb35dbc3e552c9a4f59bc6d661995b9a01f167bf
8959dfd Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale May 27, 2023 https://github.com/python/cpython/pull/101398/commits/8959dfd211af355ecbe29fff7c1d0f9d942fa7ff
fec7702 Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale May 29, 2023 https://github.com/python/cpython/pull/101398/commits/fec7702fe1e51fab499501292a9545af61484dce
89bc380 Merge branch 'main' into gh-73435-pathlib-match-recursive barneygale May 29, 2023 https://github.com/python/cpython/pull/101398/commits/89bc38015b58634c61cdad79f21afac37d679ef5
9211297 Add more comments! barneygale May 30, 2023 https://github.com/python/cpython/pull/101398/commits/9211297b1da404d67a322d4af573ef46e0ce1b3a
73bb309 Update Lib/pathlib.py barneygale May 30, 2023 https://github.com/python/cpython/pull/101398/commits/73bb3096844f5014abf15189e41249fc113670a8
Clear filters https://github.com/python/cpython/pull/101398/files
Please reload this pagehttps://github.com/python/cpython/pull/101398/files
Please reload this pagehttps://github.com/python/cpython/pull/101398/files
pathlib.rst https://github.com/python/cpython/pull/101398/files#diff-1134e36a94ecfde1df43bee5efd285de5d67426fbca086425201ecc753f9139c
3.13.rst https://github.com/python/cpython/pull/101398/files#diff-0eef04c1aae0cf8389945464f271ff6789259ef8985f5fdbb21c9a99c4b5021f
pathlib.py https://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
test_pathlib.py https://github.com/python/cpython/pull/101398/files#diff-3dd97d2dc8816848d0b0c442e8fdeec9650b3de77935289a93f37ac6396ee17f
2023-02-17-18-56-46.gh-issue-73435.7sTJHk.rst https://github.com/python/cpython/pull/101398/files#diff-94f11a1637a057c506ad157271dba18023dd9c63c79ebd8b9abca165f4be0cea
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L525
Doc/library/pathlib.rsthttps://github.com/python/cpython/pull/101398/files#diff-1134e36a94ecfde1df43bee5efd285de5d67426fbca086425201ecc753f9139c
View file https://github.com/barneygale/cpython/blob/73bb3096844f5014abf15189e41249fc113670a8/Doc/library/pathlib.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/101398/{{ revealButtonHref }}
https://github.com/python/cpython/pull/101398/files#diff-1134e36a94ecfde1df43bee5efd285de5d67426fbca086425201ecc753f9139c
https://github.com/python/cpython/pull/101398/files#diff-1134e36a94ecfde1df43bee5efd285de5d67426fbca086425201ecc753f9139c
https://github.com/python/cpython/pull/101398/files#diff-1134e36a94ecfde1df43bee5efd285de5d67426fbca086425201ecc753f9139c
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L114
Doc/whatsnew/3.13.rsthttps://github.com/python/cpython/pull/101398/files#diff-0eef04c1aae0cf8389945464f271ff6789259ef8985f5fdbb21c9a99c4b5021f
View file https://github.com/barneygale/cpython/blob/73bb3096844f5014abf15189e41249fc113670a8/Doc/whatsnew/3.13.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/101398/{{ revealButtonHref }}
https://github.com/python/cpython/pull/101398/files#diff-0eef04c1aae0cf8389945464f271ff6789259ef8985f5fdbb21c9a99c4b5021f
https://github.com/python/cpython/pull/101398/files#diff-0eef04c1aae0cf8389945464f271ff6789259ef8985f5fdbb21c9a99c4b5021f
Lib/pathlib.pyhttps://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
View file https://github.com/barneygale/cpython/blob/73bb3096844f5014abf15189e41249fc113670a8/Lib/pathlib.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/101398/{{ revealButtonHref }}
https://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
Please reload this pagehttps://github.com/python/cpython/pull/101398/files
https://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
https://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
Please reload this pagehttps://github.com/python/cpython/pull/101398/files
https://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
https://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
https://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
https://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
https://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
https://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
https://github.com/python/cpython/pull/101398/files#diff-fa525485738fc33d05b06c159172ff1f319c26e88d8c6bb39f7dbaae4dc4105c
Lib/test/test_pathlib.pyhttps://github.com/python/cpython/pull/101398/files#diff-3dd97d2dc8816848d0b0c442e8fdeec9650b3de77935289a93f37ac6396ee17f
View file https://github.com/barneygale/cpython/blob/73bb3096844f5014abf15189e41249fc113670a8/Lib/test/test_pathlib.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/101398/{{ revealButtonHref }}
https://github.com/python/cpython/pull/101398/files#diff-3dd97d2dc8816848d0b0c442e8fdeec9650b3de77935289a93f37ac6396ee17f
https://github.com/python/cpython/pull/101398/files#diff-3dd97d2dc8816848d0b0c442e8fdeec9650b3de77935289a93f37ac6396ee17f
Misc/NEWS.d/next/Library/2023-02-17-18-56-46.gh-issue-73435.7sTJHk.rsthttps://github.com/python/cpython/pull/101398/files#diff-94f11a1637a057c506ad157271dba18023dd9c63c79ebd8b9abca165f4be0cea
View file https://github.com/barneygale/cpython/blob/73bb3096844f5014abf15189e41249fc113670a8/Misc/NEWS.d/next/Library/2023-02-17-18-56-46.gh-issue-73435.7sTJHk.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/101398/{{ revealButtonHref }}
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.