New to Python: Features

Richard Blackwood richardblackwood at cloudthunder.com
Wed Oct 6 16:26:22 EDT 2004


<SNIP>

>Psyco can only speed up Python.  Libraries that are already compiled
>C/C++/whatever will gain nothing.
>  
>
No kidding.  j/k, but I already knew this.

>I would doubt there would be any issues involving using Pyrex for making
>compiled modules, then also using Psyco to speed up the leftover Python
>code.
>
>  
>
Ah, that's what I meant.  So do you mean that I can not use Psyco 
directly in the Pyrex code but I will have to apply it (by manually 
editing them to import Psyco) to the Python leftovers?  I would think 
that Pyrex would know to leave the imports alone and thus Psyco would be 
fine.  I guess I shall have to test it for myself, thanks.




More information about the Python-list mailing list