[Python-Dev] Improvements for Porting C Extension from 2 to 3
Victor Stinner
victor.stinner at haypocalc.com
Thu Mar 3 11:08:54 CET 2011
Le jeudi 03 mars 2011 à 11:06 +0200, Sümer Cip a écrit :
> While porting a C extension from 2 to 3, I realized that there are some
> general cases which can be automated. For example, for my specific
> application (yappi - http://code.google.com/p/yappi/), all I need to do is
> following things:
See also 2to3c project based on Coccinelle:
https://fedorahosted.org/2to3c/
http://coccinelle.lip6.fr/
Victor
More information about the Python-Dev
mailing list