6 Mar
2002
6 Mar
'02
12:58 a.m.
On Tue, 2002-03-05 at 20:55, Anthony Baxter wrote:
This docco doesn't clearly state that you MUST recompile your pythonscripts when upgrading to 2.4.4+ (when do we see a real 2.4.4, anyway?)
I'm not sure about that. PythonScripts that need recompilation recompile themselves to memory at __setstate__ (albeit in a non persistent way, that's why you see a 'needs recompilation' log for them) So I don't see how recompiling the PythonScripts helps stability. The best you get from recompiling them is speed, a lower memory consumption and relief from those nagging 'needs recompilation' log messages. Speaking of stability... -- Ideas don't stay in some minds very long because they don't like solitary confinement.