Gregory P. Smith added the comment:

why not just do this?

    finally:
        with _active_limbo_lock:
            self.__stop()
            try:
                self.__delete()
            except:
                pass

(i believe with works on locks?  if not turn that into an acquire, try:
finally: release)

_____________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1703448>
_____________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to