commit | d8672aa8a4c925c69cac51561c68a9820cf97124 | [log] [tgz] |
---|---|---|
author | Alex Martelli <aleaxit@gmail.com> | Wed Aug 22 21:14:17 2007 +0000 |
committer | Alex Martelli <aleaxit@gmail.com> | Wed Aug 22 21:14:17 2007 +0000 |
tree | 8b9b8a463b69f80c2b9e38805d0686cb7e120692 | |
parent | 89e975fc74d794c2087244d6f684477b334233c3 [diff] |
Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code object's co_consts tuple; add a test to show that the previous behavior (where these two constants were "collapsed" into one) causes serious malfunctioning.