To be fair, the GIL wasn't included because it was a simple threading model (AFAIK). It was included because it was simple to implement and it was/is fast(er) (than removing it)[1][2].
If the Gilectomy [2] project succeeds, Guido has mentioned he would consider it for Python3.6+ [3].