mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
fix super().__del__ cause forever loop
This commit is contained in:
parent
bf76bf859b
commit
daf111eaea
@ -5,9 +5,6 @@ class Response(_requests.Response):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
def __del__(self):
|
||||
super().__del__()
|
||||
|
||||
|
||||
def _append_params_to_url(rqst: Response, url: str, params: dict) -> int:
|
||||
if params is None:
|
||||
|
@ -5,9 +5,6 @@ class Response(_requests.Response):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
def __del__(self):
|
||||
super().__del__()
|
||||
|
||||
|
||||
def _append_params_to_url(rqst: Response, url: str, params: dict) -> int:
|
||||
if params is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user