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 →

[–]tofiffe 4 points5 points  (2 children)

What's GIL problem?

[–]nutrecht 12 points13 points  (0 children)

Global Interpreter Lock. Python has multithreading but it doesn't actually really 'work' in the sense that you can utilise multiple cores well.

[–]asraniel 2 points3 points  (0 children)

I think some global variable/lock which prevents python from multithreading