fdutils.pyx, str.pyx: Fix some stupid bugs.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 4 Oct 2009 12:32:43 +0000 (13:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 4 Oct 2009 12:32:43 +0000 (13:32 +0100)
commit23bff39b96e98bc1969d275bc7c43e1d6dd28429
tree397dcb6d137ad17c70871a950c8a93074eb96697
parent4af382cb5e0ef75e56002b07afcf5868e92393e6
fdutils.pyx, str.pyx: Fix some stupid bugs.

The warning spew on general Pyrex-generated C code is heavy enough that
I didn't spot the uninitialized-variable warnings in these files.  Fixed
the genuine (and possibly nasty) bugs.
fdutils.pyx
str.pyx