> I believe Python programmers want to write Python - not Java, nor .Net. What attracts us to Python is a clean syntax. If I want concurrency in Python, I don't want to have to call into java.util.concurrent.<p>A-freakin-men. Remove the GIL! (I know, I know, easier said than done).