Casting from C pointer to object does not incref
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 28 May 2008 07:18:34 +0000 (00:18 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 28 May 2008 07:18:34 +0000 (00:18 -0700)
commit71925a161831726d919c5301680263146d36e118
tree5c7d0d37ed863d412e2a24216e3a23fb53fcf730
parentc20db3ec3505a122e93cfba59c474b82cb46f37d
Casting from C pointer to object does not incref

Casting a non-Python pointer type to a Python type no longer
generates an incref, unless one is required for other reasons.
    [Arc Riley]
Cython/Compiler/ExprNodes.py