Question d’entretien chez Planet

What is the Python GIL?

Réponse à la question d'entretien

Utilisateur anonyme

24 juil. 2017

The Global Interpreter Lock (GIL) in Python is a mechanism that prevents more than one thread from executing at the same point.

1