fix tp_traverse()/tp_clear()/tp_dealloc() calls for cimported types after module...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 4 Aug 2012 20:37:44 +0000 (22:37 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 4 Aug 2012 20:37:44 +0000 (22:37 +0200)
commita8393fa58741c9ae0647e8fdec5fee4ffd91ddf9
tree2d682e419511aa407c6ff34f3974d0d8937cc621
parentfa764071cc62f83cb5b588b5e845d9411d9a013e
fix tp_traverse()/tp_clear()/tp_dealloc() calls for cimported types after module cleanup
Cython/Compiler/ModuleNode.py
Cython/Utility/ExtensionTypes.c [new file with mode: 0644]