Dieter Maurer <die...@handshake.de> writes: > I have only one vague idea: should something try to terminate the > process, modules would start to lose their variables during shutdown.
That happens all the time with multi-threaded programs, because the shutdown is happening concurrently with other threads doing stuff. Are there threads in this particular program? -- http://mail.python.org/mailman/listinfo/python-list