avoid traversing/clearing exttype attributes with simple types during garbage collection
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 05:52:50 +0000 (07:52 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 05:52:50 +0000 (07:52 +0200)
commit81026937e1d5eb39284a0efc65e12e1c8cfc183c
treea3ba6eaa643b6f4cb3658623c076bd5c56add27a
parent5a76ba3e06aa675c2da24e1553ee87061fbf1f0d
avoid traversing/clearing exttype attributes with simple types during garbage collection
Cython/Compiler/ModuleNode.py
Cython/Compiler/Symtab.py
tests/run/cyclic_gc.pyx