Skip to content

Commit 300204c

Browse files
authored
setuptools._distutils._msvccompiler.MSVCCompiler non-None ClassVars (#12995)
1 parent a870a4e commit 300204c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stubs/setuptools/setuptools/_distutils/_msvccompiler.pyi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ PLAT_SPEC_TO_RUNTIME: Final[dict[str, str]]
88
class MSVCCompiler(CCompiler):
99
compiler_type: ClassVar[str]
1010
executables: ClassVar[dict[Incomplete, Incomplete]]
11+
src_extensions: ClassVar[list[str]]
1112
res_extension: ClassVar[str]
13+
obj_extension: ClassVar[str]
14+
static_lib_extension: ClassVar[str]
15+
shared_lib_extension: ClassVar[str]
16+
shared_lib_format: ClassVar[str]
17+
static_lib_format = shared_lib_format
18+
exe_extension: ClassVar[str]
1219
initialized: bool
1320
def initialize(self, plat_name: str | None = None) -> None: ...
1421
@property

0 commit comments

Comments
 (0)