fix bad core generation for ctypedef classes when init tp_weaklistoffset type slot
authorLisandro Dalcin <dalcinl@gmail.com>
Wed, 8 Apr 2009 23:09:24 +0000 (20:09 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Wed, 8 Apr 2009 23:09:24 +0000 (20:09 -0300)
commit279e68ea8f7d08bb8eadd5573b6f31d677a15097
tree43f8dd3baa06e3186b92e11e10b85ab0d6fb4534
parent76e9534b560b71ab09d1064073b359a7210eae9c
fix bad core generation for ctypedef classes when init tp_weaklistoffset type slot
Cython/Compiler/ModuleNode.py
tests/bugs/weakref_T276.pyx [new file with mode: 0644]