Mr. Rossum, tear down that GIL!

Juergen Brendel: Effectively, this means that all access to Python objects is serialized, no matter how many threads you have in your program, and no matter how many CPUs or cores you have in your hardware! Python has a really easy to use threading API, which makes multi-threaded programming quite painless. Sadly, the Python interpreter … Continue reading Mr. Rossum, tear down that GIL!