modify a long-running python script while it is running?

Peter Hansen peter at engcorp.com
Tue Dec 20 08:42:51 EST 2005


Kevin Yuan wrote:
> I have a silly question: Can  *VERY*  large script cause memory overflow 
> if python load all the entire script file into memory?  

If you have a script that is literally larger than memory, then what 
else would happen but an overflow error of some kind?

What's the point of the question, really?  You don't plan to load a 
script that is larger than, say, 100K, do you?  Maybe if you can 
describe your real concern we can help better.

-Peter




More information about the Python-list mailing list