compilation

Frédéric van der Plancke fplancke at my-deja.com
Wed Jun 28 15:03:38 EDT 2000


In article <8jaht1$rui$5 at bmerhc5e.ca.nortel.com>,
  msoulier at nortelnetworks.com wrote:
> Neat. So, once it's compiled into a pyc and pyo files, is there
> a way to run those directly for better performance? I know that
> freeze links in the interpreter. I guess I should use that if
> I want it.
>
> 	Thanks,
>
> 	Mike

When the interpreter finds a xxx.pyc file on your Python path when
you type 'import xxx', it loads that directly instead of recompiling
xxx.py  (provided xxx.py is older, and other soundness conditions)

Is that what you want ?

--
Frederic van der Plancke
e-mail address: reverse and add dot-at-dot to:
      <com writeme vdplancke frederic>


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list