Answer Posted / nashiinformaticssolutions
GIL (Global Interpreter Lock) is a mutex that protects access to Python objects, preventing multiple native threads from executing Python bytecodes at once. It ensures that only one thread can execute Python code at a time, which can be a limitation in CPU-bound multi-threaded programs but does not significantly affect I/O-bound programs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the print in python?
What is the use of isupper keyword in python?
Where is the math.py (socket.py, regex.py, etc.) Source file?
name few python modules for statistical, numerical and scientific computations?
How do I interface to c++ objects from python?
What is a numpy in python?
Can you build web apps with python?
How to write multiple statements in a single line in python?
What are the two modes of python?
What are the disadvantages of Python Recursion?
What can you use Python generator functions for?
What’s your preferred text editor?
What is the parameter passing mechanism in Python?
How do you add in python?
How do you convert string as a variable name in python?