Skip to content

[3.11] GH-87695: Fix OSError from pathlib.Path.glob() (GH-104292) - #104362

Merged
barneygale merged 1 commit into
python:3.11from
miss-islington:backport-a33ce66-3.11
May 10, 2023
Merged

[3.11] GH-87695: Fix OSError from pathlib.Path.glob() (GH-104292)#104362
barneygale merged 1 commit into
python:3.11from
miss-islington:backport-a33ce66-3.11

Conversation

@miss-islington

@miss-islingtonmiss-islington commented May 10, 2023

Copy link
Copy Markdown
Contributor

Fix issue where pathlib.Path.glob() raised OSError when it encountered
a symlink to an overly long path.
(cherry picked from commit a33ce66)

Co-authored-by: Barney Gale barney.gale@gmail.com

Fix issue where `pathlib.Path.glob()` raised `OSError` when it encountered
a symlink to an overly long path.
(cherry picked from commit a33ce66)
Co-authored-by: Barney Gale <barney.gale@gmail.com>
@barneygale
barneygale enabled auto-merge (squash) May 10, 2023 22:57
@barneygale
barneygale merged commit 846a23d into python:3.11May 10, 2023
@miss-islington
miss-islington deleted the backport-a33ce66-3.11 branch May 10, 2023 23:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@JelleZijlstra@barneygale@bedevere-bot