diff options
author | Barney Gale <barney.gale@gmail.com> | 2025-03-03 17:56:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-03 17:56:57 (GMT) |
commit | d0eb01c9de9a455df36f885506314d8d00645c9f (patch) | |
tree | 45774e474db3d21ce35268e4aa49e150739fd72c /Python/tracemalloc.c | |
parent | 321bf595121f9327368af8bf5e850d9d145360c2 (diff) | |
download | cpython-d0eb01c9de9a455df36f885506314d8d00645c9f.zip cpython-d0eb01c9de9a455df36f885506314d8d00645c9f.tar.gz cpython-d0eb01c9de9a455df36f885506314d8d00645c9f.tar.bz2 |
GH-128520: Merge `pathlib._abc` into `pathlib.types` (#130747)
There used to be a meaningful distinction between these modules: `pathlib`
imported `pathlib._abc` but not `pathlib.types`. This is no longer the
case (neither module is imported), so we move the ABCs as follows:
- `pathlib._abc.JoinablePath` --> `pathlib.types._JoinablePath`
- `pathlib._abc.ReadablePath` --> `pathlib.types._ReadablePath`
- `pathlib._abc.WritablePath` --> `pathlib.types._WritablePath`
Diffstat (limited to 'Python/tracemalloc.c')
0 files changed, 0 insertions, 0 deletions