SIGN IN SIGN UP

bpo-46316: optimize `pathlib.Path.iterdir()` (GH-30501)

`os.listdir()` doesn't return entries for `.` or `..`, so we don't need to
check for them here.
B
Barney Gale committed
a1c88414926610a3527398a478c3e63c531dc742
Parent: c02e860
Committed by GitHub <noreply@github.com> on 1/20/2022, 7:20:00 PM