Fix profiling for generators and generator expressions
Fixes #1668. The profile hook is now called with 'call' and 'return' each time the generator resumes/yields.
Showing
Please register or sign in to comment
Fixes #1668. The profile hook is now called with 'call' and 'return' each time the generator resumes/yields.