Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37bfa23 + ff12fae commit 6d043fcCopy full SHA for 6d043fc
1 file changed
Doc/library/threading.rst
@@ -308,10 +308,10 @@ since it is impossible to detect the termination of alien threads.
308
309
.. impl-detail::
310
311
- Due to the :term:`Global Interpreter Lock`, in CPython only one thread
+ In CPython, due to the :term:`Global Interpreter Lock`, only one thread
312
can execute Python code at once (even though certain performance-oriented
313
libraries might overcome this limitation).
314
- If you want your application to make better of use of the computational
+ If you want your application to make better use of the computational
315
resources of multi-core machines, you are advised to use
316
:mod:`multiprocessing` or :class:`concurrent.futures.ProcessPoolExecutor`.
317
However, threading is still an appropriate model if you want to run
0 commit comments