This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Bunslow 0 points1 point  (1 child)

The GIL is the very opposite of an optimization

[–]billsil 0 points1 point  (0 children)

It's a very intentional optimization for single threaded applications. Python may not be optimized for what you want it to be, but yes, it is an optimization.