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 |
State and explain about strings?
Whats the difference between input() and raw_input()?
Write a program to check for prime number?
What is the difference between the shallow copy and deep copy in python?
How does xrange work in python?
Is numpy faster than python?
Which is faster c++ or python?
How can files be deleted in python?
Tell me about a few string operations in python?
What is the use of try, except, finally and raise in error handling?
What is class variable in python?
How will you distinguish between numpy and scipy?