Fix distutils and difflib stubtest exceptions (#5182)

This commit is contained in:
hatal175
2021-04-05 22:00:32 +03:00
committed by GitHub
parent 390d8f4911
commit 82130cca56
9 changed files with 104 additions and 34 deletions

View File

@@ -11,4 +11,3 @@ def get_makefile_filename() -> str: ...
def get_python_inc(plat_specific: bool = ..., prefix: Optional[str] = ...) -> str: ...
def get_python_lib(plat_specific: bool = ..., standard_lib: bool = ..., prefix: Optional[str] = ...) -> str: ...
def customize_compiler(compiler: CCompiler) -> None: ...
def set_python_build() -> None: ...