fix vtable slot filling to silent strict aliasing warnings in Py2
authorLisandro Dalcin <dalcinl@gmail.com>
Mon, 13 Sep 2010 19:03:00 +0000 (16:03 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Mon, 13 Sep 2010 19:03:00 +0000 (16:03 -0300)
commit345db432aa699844287cb0865b1f348cb4e22922
treef07f57dbf6092db03331e7ef1f52c8443ae4aa1a
parent901903e8535f18e8e654aff626c0c2d76721e6fe
fix vtable slot filling to silent strict aliasing warnings in Py2
Cython/Compiler/ModuleNode.py