fix strict aliasing issues for type importing code in __Pyx_GetVtable()
authorStefan Behnel <scoder@users.berlios.de>
Thu, 30 Dec 2010 18:17:02 +0000 (19:17 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 30 Dec 2010 18:17:02 +0000 (19:17 +0100)
commit4ebbe013570592c39f4444aad1952baa0c675041
tree77bcd2cea5663b9f338656e31fe38ec5f17a05a7
parent2acc8dee754269604c5b1844baea0ccf6aee2077
fix strict aliasing issues for type importing code in __Pyx_GetVtable()
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py