On 2016-12-07 04:17, Francois Bissey wrote:
But I am not sure how to do the
__new__ = object.__new__ in cython.

You certainly cannot do that since Cython's __new__ does non-trivial stuff like setting the vtab for c(p)def method calls. This is also partially the reason why cannot even implement __new__ for Cython cdef classes.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to