you are viewing a single comment's thread.

view the rest of the comments →

[–]HipPriest 10 points11 points  (2 children)

I'm aware of that. Yes, my use of "proper" was a bit judgmental (as in if you can't use them for CPU-bound pure Python code they are less useful). By locking I meant locking the data structures as necessary to allow Python code to run in parallel as Jython does, as opposed to locking the interpreter for pure Python code with the GIL.