Commit ae3b1258 authored by Skip Montanaro's avatar Skip Montanaro

remove empty __del__ method from BaseRequestHandler to avoid cyclic garbage

loss for no reason.
parent f4593e0b
......@@ -506,9 +506,6 @@ class BaseRequestHandler:
def setup(self):
pass
def __del__(self):
pass
def handle(self):
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment