Fix uninitialized memory read for cases like def(f, *): pass
There's not much interesting here. The old code read uninitialized memory but at worst incremented i past NCH(n), but no bad effects followed from that.
Showing
Please register or sign in to comment