1. 07 Sep, 2001 2 commits
    • Tim Peters's avatar
      SF bug [#458941] Looks like a unary minus bug. · 51e2651b
      Tim Peters authored
      com_factor():  when a unary minus is attached to a float or imaginary zero,
      don't optimize the UNARY_MINUS opcode away:  the const dict can't
      distinguish between +0.0 and -0.0, so ended up treating both like the
      first one added to it.  Optimizing UNARY_PLUS away isn't a problem.
      
      (BTW, I already uploaded the 2.2a3 Windows installer, and this isn't
      important enough to delay the release.)
      51e2651b
    • Tim Peters's avatar
      Fix typo in error reporting. This doesn't need to go into the release · 9652de9d
      Tim Peters authored
      branch (if it ever gets to the typo, the test is failing anyway).
      9652de9d
  2. 06 Sep, 2001 38 commits