FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-89727: Fix os.fwalk RecursionError on deep trees by jonburdo · Pull Request #100347 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-89727: Fix os.fwalk RecursionError on deep trees
- #100347
#100347
Closed
jonburdo
wants to merge 31 commits into
python:main
python/cpython:main
from
jonburdo:iterative-os-fwalk
jonburdo/cpython:iterative-os-fwalk
Copy head branch name to clipboard
Conversation
Commits
31
(31)
Checks
Files changed
Closed
gh-89727: Fix os.fwalk RecursionError on deep trees
#100347
jonburdo
wants to merge 31 commits into
python:main
python/cpython:main
from
jonburdo:iterative-os-fwalk
jonburdo/cpython:iterative-os-fwalk
Copy head branch name to clipboard
Commits
Commits on Dec 19, 2022
fix os.walk RecursionError on deep trees
jonburdo
committed
d9f6f44
View commit details
Copy full SHA for d9f6f44
Browse repository at this point
use _WalkAction enum
jonburdo
committed
61b8078
View commit details
Copy full SHA for 61b8078
Browse repository at this point
Merge branch 'main' into iterative-os-fwalk
jonburdo
authored
d5e2042
View commit details
Copy full SHA for d5e2042
Browse repository at this point
Commits on Dec 20, 2022
fix formatting
jonburdo
committed
90c123b
View commit details
Copy full SHA for 90c123b
Browse repository at this point
remove enum from os
jonburdo
committed
570818b
View commit details
Copy full SHA for 570818b
Browse repository at this point
add blurb
jonburdo
committed
30aeed7
View commit details
Copy full SHA for 30aeed7
Browse repository at this point
gh-89727: Fix os.walk RecursionError on deep trees (#99803)
Show description for 55e17b8
jonburdo
committed
55e17b8
View commit details
Copy full SHA for 55e17b8
Browse repository at this point
gh-69929: re docs: Add more specific definition of \w (#92015)
Show description for f41cef6
authored and
jonburdo
committed
f41cef6
View commit details
Copy full SHA for f41cef6
Browse repository at this point
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)
Show description for 33ba6a5
authored and
jonburdo
committed
33ba6a5
View commit details
Copy full SHA for 33ba6a5
Browse repository at this point
gh-88211: Change lower-case and upper-case to match recommendations in imaplib docs (#99625)
tbwolfe
authored and
jonburdo
committed
f9b6796
View commit details
Copy full SHA for f9b6796
Browse repository at this point
gh-100348: Fix ref cycle in `asyncio._SelectorSocketTransport` with `_read_ready_cb` (#100349)
rkojedzinszky
authored and
jonburdo
committed
77d160f
View commit details
Copy full SHA for 77d160f
Browse repository at this point
gh-99925: Fix inconsistency in `json.dumps()` error messages (GH-99926)
fnesveda
authored and
jonburdo
committed
db820a2
View commit details
Copy full SHA for db820a2
Browse repository at this point
Clarify that every thread has its own default context in contextvars (#99246)
pablogsal
authored and
jonburdo
committed
c39ce63
View commit details
Copy full SHA for c39ce63
Browse repository at this point
run test_walk_above_recursion_limit for fwalk
jonburdo
committed
8d2befb
View commit details
Copy full SHA for 8d2befb
Browse repository at this point
set stack outside try-except in fwalk
jonburdo
committed
d29188e
View commit details
Copy full SHA for d29188e
Browse repository at this point
fix comments
jonburdo
committed
2cf7550
View commit details
Copy full SHA for 2cf7550
Browse repository at this point
Merge branch 'main' into iterative-os-fwalk
jonburdo
authored
f2cca94
View commit details
Copy full SHA for f2cca94
Browse repository at this point
change ValueError to AssertionError
jonburdo
committed
af18a1d
View commit details
Copy full SHA for af18a1d
Browse repository at this point
Commits on Mar 23, 2023
Merge branch 'main' into iterative-os-fwalk
jonburdo
committed
9eedf9a
View commit details
Copy full SHA for 9eedf9a
Browse repository at this point
add more reliable file descriptor closing logic in os.fwalk
Show description for 5ee50c6
jonburdo
committed
5ee50c6
View commit details
Copy full SHA for 5ee50c6
Browse repository at this point
use a separate fd_stack for simpler cleanup and error handling
jonburdo
committed
f0f9330
View commit details
Copy full SHA for f0f9330
Browse repository at this point
Merge branch 'main' into iterative-os-fwalk
jonburdo
committed
ccfb955
View commit details
Copy full SHA for ccfb955
Browse repository at this point
run test_walk_above_recursion_limit with fwalk tests
jonburdo
committed
598bdf9
View commit details
Copy full SHA for 598bdf9
Browse repository at this point
Commits on Mar 24, 2023
Merge branch 'main' into iterative-os-fwalk
jonburdo
committed
c158be3
View commit details
Copy full SHA for c158be3
Browse repository at this point
Commits on Mar 26, 2023
make sure we don't close the same fd twice
Show description for 6608a6a
jonburdo
committed
6608a6a
View commit details
Copy full SHA for 6608a6a
Browse repository at this point
revert to using a single stack instead of a separate ffd stack
jonburdo
committed
d026146
View commit details
Copy full SHA for d026146
Browse repository at this point
remove unused variable
jonburdo
committed
762c03a
View commit details
Copy full SHA for 762c03a
Browse repository at this point
Commits on Apr 1, 2023
get rid of unnecessary os._fwalk
jonburdo
committed
045fd88
View commit details
Copy full SHA for 045fd88
Browse repository at this point
change except clause to finally clause in os.fwalk
jonburdo
committed
f3f793a
View commit details
Copy full SHA for f3f793a
Browse repository at this point
Commits on Apr 25, 2023
Merge branch 'main' into iterative-os-fwalk
AlexWaygood
authored
dfb9685
View commit details
Copy full SHA for dfb9685
Browse repository at this point
Commits on Jan 5, 2024
Merge branch 'main' into iterative-os-fwalk
erlend-aasland
authored
0ebc475
View commit details
Copy full SHA for 0ebc475
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL