Dino Viehland wrote:
Not too long ago I prototyped a frames implementation including making
_getframe work - but it doesn't include locals in the frames. I guess in this
case it would work just fine.
The downside is it results in a 50% perf degrade on Pybench when calling
recursive functions
Dino Viehland wrote:
Not too long ago I prototyped a frames implementation including
making _getframe work - but it doesn't include locals in the frames.
I guess in this case it would work just fine.
The downside is it results in a 50% perf degrade on Pybench when
calling recursive functions.
Not too long ago I prototyped a frames implementation including making
_getframe work - but it doesn't include locals in the frames. I guess in this
case it would work just fine.
The downside is it results in a 50% perf degrade on Pybench when calling
recursive functions. But we're already r