warn about ignored freelist() decorator on subtypes
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 24 Feb 2013 12:25:26 +0000 (13:25 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 24 Feb 2013 12:25:26 +0000 (13:25 +0100)
commit9a567494c6d697b9fa4d491576f8f69571371349
tree09f15cad41a86210226fb1655fcc0054d3594997
parentf2a4b09b94dc0783625dc869af0880742c29f58d
warn about ignored freelist() decorator on subtypes
Cython/Compiler/Nodes.py
tests/errors/e_exttype_freelist.pyx [new file with mode: 0644]
tests/run/exttype_freelist.pyx