8000 [3.12] gh-117378: Clear up the NEWS entry wording (GH-126634) (#126669) · python/cpython@7050aba · GitHub
[go: up one dir, main page]

Skip to content

Commit 7050aba

Browse files
[3.12] gh-117378: Clear up the NEWS entry wording (GH-126634) (#126669)
gh-117378: Clear up the NEWS entry wording (GH-126634) gh-117378: Clear up the NEWS entry wording. Docs are hard. Lets go shopping! (cherry picked from commit 5c488ca) Co-authored-by: Gregory P. Smith <greg@krypto.org>
1 parent 55c5305 commit 7050aba

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)
0