tp_new must always be generated to set the vtab
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 17 Jan 2008 15:25:08 +0000 (07:25 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 17 Jan 2008 15:25:08 +0000 (07:25 -0800)
commit73011bd8200c36400119dc18f5881fea90559dba
treebcb440950b72a1860241ca6ca6b1278f41f8fffb
parent3a9b521505e08c6990abf80e4743939a09ea61d8
tp_new must always be generated to set the vtab
but we can get away with skipping intermediate classes if nothing new happens
Cython/Compiler/ModuleNode.py
Cython/Compiler/TypeSlots.py