[Python-Dev] Looking for VCS usage scenarios (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Nov 5 02:11:59 CET 2008


Cosmin Stejerean wrote:

Yes, Python is fast enough most of the time, but when it's not we put a lot of effort into making it faster. That's why we have a good collection of modules with C extensions to speed up computationally intensive applications

So the Pythonic solution is, of course, to make one of the existing VCSes written in C available as an extension module. :-)

-- Greg



More information about the Python-Dev mailing list