[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
More information about the Python-Dev mailing list
Thu Mar 3 11:08:54 CET 2011
- Previous message: [Python-Dev] Improvements for Porting C Extension from 2 to 3
- Next message: [Python-Dev] Official Roadmap (Re: Let's get PEP 380 into Python 3.3)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Improvements for Porting C Extension from 2 to 3
- Next message: [Python-Dev] Official Roadmap (Re: Let's get PEP 380 into Python 3.3)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list