X Tutup
Skip to content

[3.14] gh-139001: Fix thread-safety issue in pathlib.Path (gh-139066)#139926

Merged
colesbury merged 1 commit intopython:3.14from
miss-islington:backport-d9b4eef-3.14
Oct 10, 2025
Merged

[3.14] gh-139001: Fix thread-safety issue in pathlib.Path (gh-139066)#139926
colesbury merged 1 commit intopython:3.14from
miss-islington:backport-d9b4eef-3.14

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 10, 2025

Don't cache the joined path in _raw_path because the caching isn't thread safe.
(cherry picked from commit d9b4eef)

Co-authored-by: Sam Gross colesbury@gmail.com

…139066)

Don't cache the joined path in `_raw_path` because the caching isn't thread safe.
(cherry picked from commit d9b4eef)

Co-authored-by: Sam Gross <colesbury@gmail.com>
@colesbury colesbury enabled auto-merge (squash) October 10, 2025 21:21
@colesbury colesbury merged commit 2660e98 into python:3.14 Oct 10, 2025
50 checks passed
@miss-islington miss-islington deleted the backport-d9b4eef-3.14 branch January 2, 2026 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup