What is the Global Interpreter Lock (GIL) in Python?
Answer / nashiinformaticssolutions
The GIL is a mechanism that prevents multiple native threads from executing Python bytecodes at once. It can affect the performance of multi-threaded programs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about membership operator in python?
Why python is so popular?
What is enumerate() explain its uses?
How to clone or copy a list in python?
What is the difference between range & xrange? Explain?
What are the two ways to use python interpreter?
How to get a random number in python?
Is map faster than for loop python?
What the return key word will do in python functions?
What does file flush mean?
Is python client or server side?
What is shell scripting in python?