• Victor Stinner's avatar
    Update assertion in compiler_addop_i() · 2ad474ba
    Victor Stinner yazdı
    In practice, bytecode instruction arguments are unsigned. Update the assertion
    to make it more explicit that argument must be greater or equal than 0.
    
    Rewrite also the comment.
    2ad474ba
compile.c 137 KB