![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: saving pre-compiled scripts
From: Derek van Vliet <dvanvliet@3dna.net>
Date: Thu Jun 30 2005 - 22:29:53 CEST
Another thing which may be important to note re: my constraints is that
In fact, every script element I parse in XML gets wrapped in a function
I then PyEval the result of that function, and then run
The result of the second Py_CompileString is what I pass to
|