bpo-43012: remove `pathlib._Accessor` by barneygale · Pull Request #25701 · python/cpython
This was referenced
jstvz added a commit to SFDO-Tooling/CumulusCI that referenced this pull request
Python 3.11 removed pathlib._Accessor in python/cpython#25701. This broke our patch when it replaced a call to `os.getcwd()` with `Path.cwd()` in `Path.absolute()`. As a classmethod `Path.cwd()` receives the class as its implicit first argument meaning we can have 0 or 1 arguments.
jstvz
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters