[issue39659] pathlib calls `os.getcwd()` without using accessor

Steve Dower report at bugs.python.org
Wed Apr 7 12:31:56 EDT 2021


Steve Dower <steve.dower at python.org> added the comment:


New changeset b05440c52b9814dbd47f679d47367e87855bd7b5 by Barney Gale in branch 'master':
bpo-39659: Route calls from pathlib.Path to os.getcwd() via the path accessor (GH-18834)
https://github.com/python/cpython/commit/b05440c52b9814dbd47f679d47367e87855bd7b5


----------
nosy: +steve.dower

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39659>
_______________________________________


More information about the Python-bugs-list mailing list