Fix #431, intern() doesn't work for python strings with 0 characters.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 22 Oct 2009 04:25:12 +0000 (21:25 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 22 Oct 2009 04:25:12 +0000 (21:25 -0700)
commiteeb23d53f5cd12aace855dba227fbf9aca73c50e
tree378056e2b8ed4eabf865a56597899b3e4c84cedb
parent137545fd2fcbec85d7e27362c5a58c68d0e08f2c
Fix #431, intern() doesn't work for python strings with 0 characters.
Cython/Compiler/Builtin.py