GH-125413: Fix stale metadata from `pathlib.Path.copy()` and `move()` by barneygale · Pull Request #130424 · python/cpython
barneygale
…ove()`
In `pathlib.Path.copy()` and `move()`, return a fresh `Path` object with an
unpopulated `info` attribute, rather than a `Path` object with information
recorded *prior* to the path's creation.