What’s new in PyPy 4.0.+¶
improve the performance of simple trace functions by lazily calling fast2locals and locals2fast only if f_locals is actually accessed.
improve the performance of simple trace functions by lazily calling fast2locals and locals2fast only if f_locals is actually accessed.