HWRF  trunk@4391
produtil.locking.LockingDisabled Class Reference

This exception is raised when a thread attempts to acquire a lock while Python is exiting according to produtil.sigsafety. More...

Detailed Description

This exception is raised when a thread attempts to acquire a lock while Python is exiting according to produtil.sigsafety.

Warning
This is a subclass of BaseException, not Exception, to attempt to cleanly kill the thread.

Definition at line 59 of file locking.py.

Inheritance diagram for produtil.locking.LockingDisabled:

The documentation for this class was generated from the following file: