Fix enum bug (values weren't forced to ints)
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 30 Mar 2008 10:26:32 +0000 (03:26 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 30 Mar 2008 10:26:32 +0000 (03:26 -0700)
commit4c48e8d42091d314cd35601c1eeb555cf13abde3
treefd259ddf17cc369a2e38e2879c9e0b50d027506b
parent2c056908f6bc0ce7adaffbcebd9be175c84436e0
Fix enum bug (values weren't forced to ints)
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py