fix vtable type casting in Py3 to support strict aliasing
authorStefan Behnel <scoder@users.berlios.de>
Sat, 28 Feb 2009 07:43:22 +0000 (08:43 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 28 Feb 2009 07:43:22 +0000 (08:43 +0100)
commitbf630e0829534be161ec7b11edb045e78fe6a776
treed1ba771152b9c9a39a63b36cd0f7dabb22b7a9c6
parent1e0af779a2e53bfb837d7c140b2ce0b9689eb534
fix vtable type casting in Py3 to support strict aliasing
Cython/Compiler/ModuleNode.py
Cython/Compiler/PyrexTypes.py