Generate module cleanup code
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 24 Oct 2007 11:50:55 +0000 (04:50 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 24 Oct 2007 11:50:55 +0000 (04:50 -0700)
commitfce655c1fa69775af9e5384cd9993b7ce66c9582
tree859a5516a2d340d631b3744cd9b959fd0101959f
parentae87629a406959facf9466851db98c66c30359a8
Generate module cleanup code

Decref cdef globals, interned values, and imported types
Cython/Compiler/CmdLine.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Options.py
Cython/Compiler/Symtab.py