Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1246

Show
Ignore:
Timestamp:
08/16/06 09:05:06
Author:
dowski
Message:

Engine.monitor_thread defaults to None now.

This is in case an Exception is raised in an on_start_engine function and the code to start/stop the engine is wrapped in a try/finally, where Engine.stop is called in finally.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cpengine.py

    r1243 r1246  
    6060        self.mtimes = {} 
    6161        self.reload_files = [] 
     62         
     63        self.monitor_thread = None 
    6264     
    6365    def start(self, blocking=True): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets