mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
gh-117378: Clear up the NEWS entry wording (GH-126634)
gh-117378: Clear up the NEWS entry wording. Docs are hard. Lets go shopping!
This commit is contained in:
parent
434b29767f
commit
5c488caeb8
1 changed files with 3 additions and 3 deletions
|
@ -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`
|
forkserver preload imports instead of the absolute path from :func:`os.getcwd`
|
||||||
at multiprocessing import time used in the worker ``sys.path``.
|
at multiprocessing import time used in the worker ``sys.path``.
|
||||||
|
|
||||||
Potentially leading to incorrect imports from the wrong location during
|
The ``sys.path`` differences between phases in the child process could
|
||||||
preload. We are unaware of that actually happening. The issue was discovered
|
potentially have caused preload to import incorrect things from the wrong
|
||||||
by someone observing unexpected preload performance gains.
|
location. We are unaware of that actually having happened in practice.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue