While porting petsc4py to work in Python 3, I noticed that __div__
special method is ignored. Should __truediv__ have __div__ as a
fallback ?

PS: the bytes/unicode thing was again a major pain. I had to insert a
call to a helper function at EVERY point the str -> bytes -> char*
conversion was needed. Stefan, any chance you have implemented some
sugar I'm not aware of?


-- 
Lisandro Dalcin
---------------
CIMEC (INTEC/CONICET-UNL)
Predio CONICET-Santa Fe
Colectora RN 168 Km 472, Paraje El Pozo
Tel: +54-342-4511594 (ext 1011)
Tel/Fax: +54-342-4511169
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to