Ok, quick pass on Cython reference .. pretty good. 
Easy to read, good coverage, well written.

Beginning to understand the design.

Interesting thing is the limitations are the best clue. For example:

"The “?” indicates that the value -1 only indicates a possible error. 
In this case, Cython generates a call to PyErr_Occurred() if the exception 
value is returned, 
to make sure it really is an error.”

really tells me how Cython generates code to interface C and Python.

Thanks.

—
John Skaller
skal...@internode.on.net





_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to