Comment on Thoughts on Python 3parentComments−kzrdude14yIn a way that's still true. I'm thinking of `nonlocal` and attribute lookup which is all too complicated.−DrCatbox14yAnd the GIL, in a world of multi-core processors with each capable of several threads... a single process is meh.
Comments
In a way that's still true. I'm thinking of `nonlocal` and attribute lookup which is all too complicated.
And the GIL, in a world of multi-core processors with each capable of several threads... a single process is meh.