discard useless (PyObject*) casts from values of builtin types which are PyObject...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 7 Dec 2013 07:24:56 +0000 (08:24 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 7 Dec 2013 07:24:56 +0000 (08:24 +0100)
commit0c6e62fd1aeac71e6aee500a941b1c09d412b312
tree1efa6e240ed630183e4639430f31d0f2d7427621
parent834e35a71a6dbecf39a565690b788871de63378b
discard useless (PyObject*) casts from values of builtin types which are PyObject* internally anyway (saves lots of C code)
Cython/Compiler/PyrexTypes.py