fix ref-counting for the module object in the module init function
authorStefan Behnel <scoder@users.berlios.de>
Sun, 22 Feb 2009 11:14:24 +0000 (12:14 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 22 Feb 2009 11:14:24 +0000 (12:14 +0100)
commit9a3489c196a3591c6187d0cc4dd3b6727f66051a
tree87ed4e531b905d1ad3e4e00efbded5e4592708d6
parent6f3769d1a03db33a05927221e6897fce5c701cc9
fix ref-counting for the module object in the module init function
Cython/Compiler/ModuleNode.py