Fix missing decref in __Pyx_ImportModule
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 28 Oct 2007 09:31:53 +0000 (02:31 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 28 Oct 2007 09:31:53 +0000 (02:31 -0700)
commit2e77c5d3e346eb5236dd6fe75dae689df036dde8
tree46fa40970304b5426aaf5b2aa8d4631f3f664189
parente4d09f3d6335c9947c0e02b6f5097fc1d424e7d5
Fix missing decref in __Pyx_ImportModule
Cython/Compiler/ModuleNode.py