Skip to content

Commit 5c488ca

Browse files
authored
gh-117378: Clear up the NEWS entry wording (GH-126634)
gh-117378: Clear up the NEWS entry wording. Docs are hard. Lets go shopping!
1 parent 434b297 commit 5c488ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Misc/NEWS.d/next/Library/2024-11-07-01-40-11.gh-issue-117378.o9O5uM.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It could also have a side effect of ``""`` remaining in :data:`sys.path` during
1111
forkserver preload imports instead of the absolute path from :func:`os.getcwd`
1212
at multiprocessing import time used in the worker ``sys.path``.
1313

14-
Potentially leading to incorrect imports from the wrong location during
15-
preload. We are unaware of that actually happening. The issue was discovered
16-
by someone observing unexpected preload performance gains.
14+
The ``sys.path`` differences between phases in the child process could
15+
potentially have caused preload to import incorrect things from the wrong
16+
location. We are unaware of that actually having happened in practice.
1717

0 commit comments

Comments
 (0)