]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39894: Route calls from pathlib.Path.samefile() to os.stat() via the path accesso...
authorBarney Gale <barney.gale@gmail.com>
Fri, 17 Apr 2020 17:47:27 +0000 (18:47 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 17:47:27 +0000 (19:47 +0200)
commit5b1d9184bb0e34391637c06bc7651fb6de8a6240
tree79bfc97d04c8f6d41d28a77209f277fbbac00dfb
parentc746c4f353510a17683a49ed7f90ffaae664ff7b
bpo-39894: Route calls from pathlib.Path.samefile() to os.stat() via the path accessor (GH-18836)
Lib/pathlib.py