[Cython] Status

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Feb 1 04:00:52 EST 2020


On 1/02/20 3:29 pm, John Skaller2 wrote:
> But the all hell breaks loose for pointers. Your hack only
> works for rvalues.

Yes, using these it's possible for Cython to accept something
that will later be rejected by the C compiler. It's not perfect,
but it gets the job done most of the time.

-- 
Greg




More information about the cython-devel mailing list