mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
asyncio: add asyncio.threads for py39 (#4136)
This commit is contained in:
@@ -4,7 +4,7 @@ asyncio.Future._loop
|
||||
asyncio.Future._tb_logger
|
||||
asyncio.Task.__init__
|
||||
asyncio.Task._wakeup
|
||||
asyncio.exceptions
|
||||
asyncio.exceptions # Added in Python 3.8
|
||||
asyncio.futures.Future._callbacks
|
||||
asyncio.futures.Future._exception
|
||||
asyncio.futures.Future._loop
|
||||
@@ -13,6 +13,7 @@ asyncio.futures._TracebackLogger.__init__
|
||||
asyncio.runners
|
||||
asyncio.tasks.Task.__init__
|
||||
asyncio.tasks.Task._wakeup
|
||||
asyncio.threads # Added in Python 3.9
|
||||
bdb.GENERATOR_AND_COROUTINE_FLAGS
|
||||
builtins.str.maketrans
|
||||
cmath.log
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
asyncio.Future.__init__
|
||||
asyncio.exceptions
|
||||
asyncio.exceptions # Added in Python 3.8
|
||||
asyncio.futures.Future.__init__
|
||||
asyncio.futures._TracebackLogger.__init__
|
||||
asyncio.runners
|
||||
asyncio.threads # Added in Python 3.9
|
||||
builtins.str.maketrans
|
||||
cmath.log
|
||||
codecs.StreamRecoder.seek
|
||||
|
||||
@@ -6,9 +6,10 @@ asyncio.TimerHandle.__init__
|
||||
asyncio.events.AbstractEventLoop.sock_sendfile
|
||||
asyncio.events.Handle.__init__
|
||||
asyncio.events.TimerHandle.__init__
|
||||
asyncio.exceptions
|
||||
asyncio.exceptions # Added in Python 3.8
|
||||
asyncio.futures.Future.__init__
|
||||
asyncio.futures.Future._callbacks
|
||||
asyncio.threads # Added in Python 3.9
|
||||
builtins.dict.get
|
||||
builtins.reversed
|
||||
builtins.str.maketrans
|
||||
|
||||
@@ -16,6 +16,7 @@ asyncio.events.TimerHandle.__init__
|
||||
asyncio.futures.Future.__init__
|
||||
asyncio.futures.Future._callbacks
|
||||
asyncio.proactor_events._ProactorBasePipeTransport.__del__
|
||||
asyncio.threads # Added in Python 3.9
|
||||
builtins.compile
|
||||
builtins.dict.get
|
||||
builtins.reversed
|
||||
|
||||
Reference in New Issue
Block a user