Andre Malo <nd@perlig.de>


Patch
r857156

r857156 | djames | 2005-10-28 21:10:01 +0000 (Fri, 28 Oct 2005)

Fix atexit handler to only destroy the application pool if it is a valid
application pool still exists.

Patch by: Andre Malo <nd@perlig.de>
(Tweaked by me to use the _cleanup_application_pool function.)

* subversion/bindings/swig/python/svn/core.py
  (_cleanup_application_pool): New function. Destroy application pool if
  it is still valid.

  (): Use _cleanup_application_pool function in atexit handler.