diff options
author | Barney Gale <barney.gale@gmail.com> | 2024-05-29 20:51:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 20:51:04 (GMT) |
commit | 7ff61f51b6f75315291419269295a8ac3933397b (patch) | |
tree | 21aa4cc28d247bf4d94f4e3aaf2724ae95b9c927 /Python/tracemalloc.c | |
parent | a150679f90c6e3f017bd75cac3b8f727063cc4aa (diff) | |
download | cpython-7ff61f51b6f75315291419269295a8ac3933397b.zip cpython-7ff61f51b6f75315291419269295a8ac3933397b.tar.gz cpython-7ff61f51b6f75315291419269295a8ac3933397b.tar.bz2 |
GH-119169: Implement `pathlib.Path.walk()` using `os.walk()` (#119573)
For silly reasons, pathlib's generic implementation of `walk()` currently
resides in `glob._Globber`. This commit moves it into
`pathlib._abc.PathBase.walk()` where it really belongs, and makes
`pathlib.Path.walk()` call `os.walk()`.
Diffstat (limited to 'Python/tracemalloc.c')
0 files changed, 0 insertions, 0 deletions