extern ctypedef integral <-> python object conversion (ticket #333)
authorLisandro Dalcin <dalcinl@gmail.com>
Thu, 10 Sep 2009 13:50:11 +0000 (10:50 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Thu, 10 Sep 2009 13:50:11 +0000 (10:50 -0300)
commit021488a5a1e0116188fe38c857387a838c967066
treea48f465defd3cd6b556467700886afbd14fbd803
parente02c1b0bd1f994bf26bb5b9859cde6a2f2396e44
extern ctypedef integral <-> python object conversion (ticket #333)
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/PyrexTypes.py
tests/run/ctypedef_int_types_T333.pyx [new file with mode: 0644]
tests/run/ctypedef_int_types_chdr_T333.h [new file with mode: 0644]
tests/run/ctypedef_int_types_defs_T333.pxd [new file with mode: 0644]