mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
1bfe86caaa
Merge `_Info`, `_StatResultInfo` and `_DirEntryInfo` into a single `_Info` class. No other changes. This will allow us to use a cached `os.stat()` result from our upcoming `_Info.stat()` method even when we have a backing `os.DirEntry`.