fix C compiler warnings about missing PyModuleDef field initialisers in Py3.[01]
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 27 Jan 2013 05:16:30 +0000 (06:16 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 27 Jan 2013 05:16:30 +0000 (06:16 +0100)
commit372afe70291cb1e2aaf2bb40f9ce34c409a34094
treecc07549569824c411baff9f09ad218bc1c095734
parenta49992f1359fb75c9fac5b816c0caf06cdeb4a49
fix C compiler warnings about missing PyModuleDef field initialisers in Py3.[01]
Cython/Compiler/ModuleNode.py