mirror of
https://github.com/python/cpython.git
synced 2025-11-07 00:51:49 +00:00
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`. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _local.py | ||
| _os.py | ||
| types.py | ||