[Tutor] Static variable in Python

Hailan Yu hailan@givex.com
Tue, 13 Mar 2001 17:01:33 -0500


I know Python is a dynamic language. You don't have to define variable when
you use it.
Can you define a static field, which will be in stack all the time, so all
forked child process can use it.

Thanks

Hailan Yu