mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Cleanup in packaging: super considered super
This commit is contained in:
parent
d139b99426
commit
8022314fc2
8 changed files with 15 additions and 16 deletions
|
@ -237,7 +237,7 @@ class MSVCCompiler(CCompiler):
|
|||
exe_extension = '.exe'
|
||||
|
||||
def __init__(self, verbose=0, dry_run=False, force=False):
|
||||
CCompiler.__init__(self, verbose, dry_run, force)
|
||||
super(MSVCCompiler, self).__init__(verbose, dry_run, force)
|
||||
self.__version = get_build_version()
|
||||
self.__arch = get_build_architecture()
|
||||
if self.__arch == "Intel":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue