mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
Fix types for setuptools._distutils.ccompiler.CCompiler.compile (#11275)
This commit is contained in:
@@ -65,7 +65,7 @@ class CCompiler:
|
||||
self,
|
||||
sources: list[str],
|
||||
output_dir: str | None = ...,
|
||||
macros: _Macro | None = ...,
|
||||
macros: list[_Macro] | None = ...,
|
||||
include_dirs: list[str] | None = ...,
|
||||
debug: bool = ...,
|
||||
extra_preargs: list[str] | None = ...,
|
||||
|
||||
Reference in New Issue
Block a user