use type cast to enforce INCREF() on Python objects
authorStefan Behnel <scoder@users.berlios.de>
Tue, 25 Nov 2008 19:16:21 +0000 (20:16 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 25 Nov 2008 19:16:21 +0000 (20:16 +0100)
commit778c2f66e6cd589d10b837ecdda30050ff0bfe45
tree84bb2c20a5c1bd2ca575964c8d5df1dcc7e8052c
parent1e0ab7ca198716ab4fb6c4327ae54ed0046ac5a7
use type cast to enforce INCREF() on Python objects
Cython/Compiler/Optimize.py