The GIL isn't part of the Python language, it's part of the implementation of CPython. Jython for example doesn't have a GIL.
The GIL isn't part of the Python language, it's part of the implementation of CPython. Jython for example doesn't have a GIL.