<i>If the GIL bites you, it's most likely a warning that your program is badly written, independent of the GIL issue.</i><p>Ah, that old line again.<p>Translation: <i>"We really don't like to even think about changing this crappy design that we started with in the first place, because we can just explain ourselves out of it by coming up with suitable language goals that don't actually require concurrent access to the interpreter. Not accessing the interpreter concurrently is one of our language goals because you can do </i>everything else<i>. So, if you think you still need to get rid of GIL then you're just a bad programmer and your programs are badly written because hey, we just defined the universe you're playing in."</i>