◐ Shell
clean mode source ↗

bpo-43012: remove `pathlib._Accessor` by barneygale · Pull Request #25701 · python/cpython

serhiy-storchaka

miguendes

@barneygale

@barneygale

These aren't necessary, and may slow things down.

@barneygale

This was referenced

Sep 6, 2022

jstvz added a commit to SFDO-Tooling/CumulusCI that referenced this pull request

Dec 1, 2022
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 jstvz mentioned this pull request

Dec 1, 2022