Add sys._debugmallocstats (#3401)

This commit is contained in:
秋葉
2019-10-23 20:31:44 +08:00
committed by Sebastian Rittau
parent 4f13e710c3
commit ce8d1da5ce

View File

@@ -128,6 +128,7 @@ version_info: _version_info
def call_tracing(fn: Callable[..., _T], args: Any) -> _T: ...
def _clear_type_cache() -> None: ...
def _current_frames() -> Dict[int, Any]: ...
def _debugmallocstats() -> None: ...
def displayhook(value: Optional[int]) -> None: ...
def excepthook(type_: Type[BaseException], value: BaseException,
traceback: TracebackType) -> None: ...