Update README.md (#189)

This commit is contained in:
Sahil Tripathi
2021-11-22 18:23:19 +05:30
committed by GitHub
parent 1dfe544c6c
commit 3f3f247b26

View File

@ -3257,6 +3257,7 @@ False
<details>
<summary>Explain what is GIL</summary><br><b>
Python Global Interpreter Lock (GIL) is a type of process lock which is used by python whenever it deals with processes. Generally, Python only uses only one thread to execute the set of written statements. This means that in python only one thread will be executed at a time
</b></details>
<details>