Skip to content

Commit 8cd9a1a

Browse files
authored
初识 Python 多线程
1 parent 4adb2e6 commit 8cd9a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day-016/tmp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
In CPython, the global interpreter lock, or GIL, is a mutex that prevents multiple native threads from executing
22
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.)
3+
(However, since the GIL exists, other features have grown to depend on the guarantees that it enforces.)

0 commit comments

Comments
 (0)