mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-19 16:24:13 +08:00
_tracemalloc: precise types, deduplicate tracemalloc (#4083)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
_tracemalloc._get_object_traceback
|
||||
_tracemalloc.start
|
||||
asyncio.AbstractEventLoop.sock_sendfile
|
||||
asyncio.Future.__init__
|
||||
asyncio.Future._callbacks
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
_thread.ExceptHookArgs
|
||||
_thread._ExceptHookArgs
|
||||
_tracemalloc._get_object_traceback
|
||||
_tracemalloc.start
|
||||
ast.Bytes.__new__
|
||||
ast.Ellipsis.__new__
|
||||
ast.NameConstant.__new__
|
||||
|
||||
@@ -2,8 +2,6 @@ _ast.ImportFrom.level
|
||||
_dummy_thread
|
||||
_thread.ExceptHookArgs
|
||||
_thread._ExceptHookArgs
|
||||
_tracemalloc._get_object_traceback
|
||||
_tracemalloc.start
|
||||
_weakref.getweakrefcount
|
||||
aifc.openfp
|
||||
array.array.fromstring
|
||||
|
||||
Reference in New Issue
Block a user