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.
1 parent 4adb2e6 commit 8cd9a1aCopy full SHA for 8cd9a1a
day-016/tmp.txt
@@ -1,3 +1,3 @@
1
In CPython, the global interpreter lock, or GIL, is a mutex that prevents multiple native threads from executing
2
Python bytecodes at once. This lock is necessary mainly because CPython’s memory management is not thread-safe.
3
-(However, since the GIL exists, other features have grown to depend on the guarantees that it enforces.)
+(However, since the GIL exists, other features have grown to depend on the guarantees that it enforces.)
0 commit comments