fix temp allocation when importing external C functions
authorStefan Behnel <scoder@users.berlios.de>
Tue, 7 Apr 2009 13:56:49 +0000 (15:56 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 7 Apr 2009 13:56:49 +0000 (15:56 +0200)
commit141b62e6594ab1c7ff6605532d664b1933af656c
treecf8b4b3c139718cbc8588e99ae997dccf5f790ad
parent12b7cf761e7a7b75beefe3d9443e89d8a01c5bcc
fix temp allocation when importing external C functions
Cython/Compiler/ModuleNode.py