1. 06 Mar, 2016 10 commits
  2. 05 Mar, 2016 1 commit
  3. 04 Mar, 2016 6 commits
  4. 02 Mar, 2016 22 commits
  5. 01 Mar, 2016 1 commit
    • Victor Stinner's avatar
      Update assertion in compiler_addop_i() · 2ad474ba
      Victor Stinner authored
      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