SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

GH-102613: Fix recursion error from `pathlib.Path.glob()` (GH-104373)

Use `Path.walk()` to implement the recursive wildcard `**`. This method
uses an iterative (rather than recursive) walk - see GH-100282.
B
Barney Gale committed
cb88ae635e96d7020ba6187bcfd45ace4dcd8395
Parent: b378d99
Committed by GitHub <noreply@github.com> on 5/15/2023, 5:33:32 PM