Commit ea6082c6 authored by Fred Drake's avatar Fred Drake

Oops; not on the trunk! The previous change was only intended to be on the

new-install-branch, which this file is not part of.  Sorry.
parent 8e527e84
......@@ -28,8 +28,7 @@ def shutdown(exit_code,fast = 0):
global _shutdown_timeout
if _shutdown_phase == 0:
# Thread safety? proably no need to care
import ZServer
ZServer.exit_code = exit_code
sys.ZServerExitCode = exit_code
_shutdown_phase = 1
if fast:
# Someone wants us to shutdown fast. This is hooked into SIGTERM - so possibly
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment