(self)
| 43 | """Base class for UAF and other evil stuff requiring an evil event loop.""" |
| 44 | |
| 45 | def get_debug(self): # to suppress tracebacks |
| 46 | return False |
| 47 | |
| 48 | def __del__(self): |
| 49 | # Automatically close the evil event loop to avoid warnings. |
no outgoing calls
no test coverage detected