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): ...@@ -28,8 +28,7 @@ def shutdown(exit_code,fast = 0):
global _shutdown_timeout global _shutdown_timeout
if _shutdown_phase == 0: if _shutdown_phase == 0:
# Thread safety? proably no need to care # Thread safety? proably no need to care
import ZServer sys.ZServerExitCode = exit_code
ZServer.exit_code = exit_code
_shutdown_phase = 1 _shutdown_phase = 1
if fast: if fast:
# Someone wants us to shutdown fast. This is hooked into SIGTERM - so possibly # 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