commit | 2ad474ba5e8ac06b7edae3cd2e15ab93212dd01b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 01 23:34:47 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 01 23:34:47 2016 +0100 |
tree | 2ece1014f0f7e4ec0c4309b376c6fb207da9e921 | |
parent | f2192855dd16b3f5316599c47d958b3ccc2d3758 [diff] |
Update assertion in compiler_addop_i() 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.