You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><strong>CPython interpreter can only run a single thread at a time.</strong></li>
1781
-
<li><strong>That is why using multiple threads won't result in a faster execution, unless there is an I/O operation in at least one of them.</strong></li>
1781
+
<li><strong>That is why using multiple threads won't result in a faster execution, unless one or more threads contain an I/O operation.</strong></li>
0 commit comments