Skip to content

Commit

Permalink
pythongh-117378: Clear up the NEWS entry wording (pythonGH-126634)
Browse files Browse the repository at this point in the history
pythongh-117378: Clear up the NEWS entry wording.

Docs are hard.  Lets go shopping!
  • Loading branch information
gpshead authored Nov 11, 2024
1 parent 434b297 commit 5c488ca
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It could also have a side effect of ``""`` remaining in :data:`sys.path` during
forkserver preload imports instead of the absolute path from :func:`os.getcwd`
at multiprocessing import time used in the worker ``sys.path``.

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

0 comments on commit 5c488ca

Please sign in to comment.