summaryrefslogtreecommitdiffstats
path: root/Python/instruction_sequence.c
diff options
context:
space:
mode:
authorBarney Gale <barney.gale@gmail.com>2024-05-29 20:51:04 (GMT)
committerGitHub <noreply@github.com>2024-05-29 20:51:04 (GMT)
commit7ff61f51b6f75315291419269295a8ac3933397b (patch)
tree21aa4cc28d247bf4d94f4e3aaf2724ae95b9c927 /Python/instruction_sequence.c
parenta150679f90c6e3f017bd75cac3b8f727063cc4aa (diff)
downloadcpython-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/instruction_sequence.c')
0 files changed, 0 insertions, 0 deletions