Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d043fc

Browse files
committed
#16978: merge with 3.2.
2 parents 37bfa23 + ff12fae commit 6d043fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/threading.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,10 @@ since it is impossible to detect the termination of alien threads.
308308

309309
.. impl-detail::
310310

311-
Due to the :term:`Global Interpreter Lock`, in CPython only one thread
311+
In CPython, due to the :term:`Global Interpreter Lock`, only one thread
312312
can execute Python code at once (even though certain performance-oriented
313313
libraries might overcome this limitation).
314-
If you want your application to make better of use of the computational
314+
If you want your application to make better use of the computational
315315
resources of multi-core machines, you are advised to use
316316
:mod:`multiprocessing` or :class:`concurrent.futures.ProcessPoolExecutor`.
317317
However, threading is still an appropriate model if you want to run

0 commit comments

Comments
 (0)