0 votes
in Python by
Can you please explain what is GIL in Python Language language?

1 Answer

0 votes
by

Python Language supports GIL (the global interpreter lock) which is a mutex used to secure access to Python Language objects, synchronizing multiple threads from running the Python Language bytecodes at the same time.

Related questions

0 votes
asked Aug 30, 2020 in Python by sharadyadav1986
0 votes
asked Aug 30, 2020 in Python by sharadyadav1986
...