Python 3.2 now uses new C integral type Py_hash_t
authorLisandro Dalcin <dalcinl@gmail.com>
Wed, 9 Feb 2011 16:49:22 +0000 (13:49 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Wed, 9 Feb 2011 16:49:22 +0000 (13:49 -0300)
commite5778e2079c1b80e63256e02bbcfac401c357a8c
tree10f98e305ccde30149aa7472fe387dd44992b154
parent47f180f3d9f5d678a827a16e1f7fab86353716b7
Python 3.2 now uses new C integral type Py_hash_t
Cython/Compiler/Builtin.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/TypeSlots.py