[Bf-committers] Meeting notes: 2.48 plans

Mathias Panzenböck grosser.meister.morti at gmx.net
Thu Sep 25 23:23:02 CEST 2008


Roger Wickes schrieb:
> I think if you just delete the pyc files, it forces Python to re-compile
> (actually re-byte-code) the source...which is what the reload() does.
> Perhaps these pyc should not be distributed or if they are not, people
> may be copying over the source but not deleting the pyc modules, and
> thus still have the old byte-code files being used.
>  

Maybe I don't understand something here, but if the time stamp of the pyc file
is older than the one on the corresponding py file python recompiles the source.
Or does this work different when you use python as extension language?

	-panzi


More information about the Bf-committers mailing list