mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
b4bdf83cc6
The previous change made the `glob` module slower to import, because it
imported `pathlib._glob` and hence the rest of `pathlib`.
Reverts a40f557d7b.