mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
remove empty __del__ method from BaseRequestHandler to avoid cyclic garbage
loss for no reason.
This commit is contained in:
parent
f4593e0b65
commit
ae3b1258e4
1 changed files with 0 additions and 3 deletions
|
@ -506,9 +506,6 @@ class BaseRequestHandler:
|
|||
def setup(self):
|
||||
pass
|
||||
|
||||
def __del__(self):
|
||||
pass
|
||||
|
||||
def handle(self):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue