[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

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

the-knights-who-say-ni

Closed

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

Closed

Closed

This was referenced

Sep 6, 2022

Closed

Merged

Closed

Closed

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 mentioned this pull request

Dec 1, 2022

Merged

Closed

Merged