commit | b4bdf83cc67434235d9630c92c84a5261992b235 | [log] [tgz] |
---|---|---|
author | Barney Gale <barney.gale@gmail.com> | Tue May 07 01:32:48 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue May 07 00:32:48 2024 +0000 |
tree | d0b2c6b8a0b982e0325c4c34864213bb5e2048ed | |
parent | ff6cbb2503a8fe3fceeadd889e34fc9a8f308ecd [diff] |
GH-116380: Revert move of pathlib globbing code to `pathlib._glob` (#118678) The previous change made the `glob` module slower to import, because it imported `pathlib._glob` and hence the rest of `pathlib`. Reverts a40f557d7b7a355a55bb90c068e3e9202fd9c8f2.