modify sizeof() operator to return size of extension type struct
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 23 Feb 2007 21:46:02 +0000 (13:46 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 23 Feb 2007 21:46:02 +0000 (13:46 -0800)
commit204e28917852d05a8a2badccfbaad2057dbff529
tree8e4dda8c469bf3887a1a822a186eb39a00fe3d8b
parent78ed7c3a28f9d368172d5879debe198e77d0c220
modify sizeof() operator to return size of extension type struct
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py