prevent simple builtin typed exttype attributes from triggering GC support
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 05:27:46 +0000 (07:27 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 05:27:46 +0000 (07:27 +0200)
commit5a76ba3e06aa675c2da24e1553ee87061fbf1f0d
tree4cbb901444ff484b15754f7c6dec1d390b9b7188
parent69561c177bf4484d3495fad6fd5439e96f401f8f
prevent simple builtin typed exttype attributes from triggering GC support
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
Cython/Compiler/TypeSlots.py
tests/run/cyclic_gc.pyx [new file with mode: 0644]