python 3.8: adapt to breaking changes re asyncio.CancelledError
(and TimeoutError) closes #5798
This commit is contained in:
@@ -15,6 +15,7 @@ from datetime import datetime, timezone
|
||||
from functools import partial
|
||||
from collections import defaultdict
|
||||
import concurrent
|
||||
from concurrent import futures
|
||||
|
||||
import dns.resolver
|
||||
import dns.exception
|
||||
|
||||
Reference in New Issue
Block a user