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
Copy file name to clipboardExpand all lines: exercises/practice/bank-account/.docs/instructions.append.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
````exercim/note
4
4
Python doesn't support "true" concurrency due to the [Global Interpreter Lock][GIL].
5
5
While work is ongoing to create support for [free-threading in Python][free-threading], it is still experimental.
6
-
Current standard library solutions such as [multiprocessing][multiprocessing-module] and [threading][threading-module] are difficult to implement with the current track tooling.
6
+
Current standard library solutions such as [multiprocessing][multiprocessing-module] and [threading][threading-module] are difficult to implement with the current track tooling.
7
7
8
8
9
9
As a result, the concurrency requirement has been set aside for this exercise.
0 commit comments