%PDF- %PDF-
Direktori : /snap/core20/2318/lib/python3.8/distutils/__pycache__/ |
Current File : //snap/core20/2318/lib/python3.8/distutils/__pycache__/_msvccompiler.cpython-38.pyc |
U �A�`RN � @ s� d Z ddlZddlZddlZddlZddlZddlmZmZm Z m Z mZ ddlm Z mZ ddlmZ ddlmZ ddlmZ dd � Zd d� Zdd ddd�Zdd� Zdd� Zddd�Zddddd�ZG dd� de �ZdS )a distutils._msvccompiler Contains MSVCCompiler, an implementation of the abstract CCompiler class for Microsoft Visual Studio 2015. The module is compatible with VS 2015 and later. You can find legacy support for older versions in distutils.msvc9compiler and distutils.msvccompiler. � N)�DistutilsExecError�DistutilsPlatformError�CompileError�LibError� LinkError)� CCompiler�gen_lib_options)�log)�get_platform)�countc C s zt jt jdt jt jB d�} W n tk r> t�d� Y dS X d}d }| �� t� D ]�}zt � | |�\}}}W n tk r� Y q�Y nX |rT|t j krTtj� |�rTztt|��}W n ttfk r� Y qTY nX |dkrT||krT|| }}qTW 5 Q R X ||fS )Nz'Software\Microsoft\VisualStudio\SxS\VC7)�accesszVisual C++ is not registered�NNr � )�winregZ OpenKeyEx�HKEY_LOCAL_MACHINEZKEY_READZKEY_WOW64_32KEY�OSErrorr �debugr Z EnumValueZREG_SZ�os�path�isdir�int�float� ValueError� TypeError)�key�best_version�best_dir�i�vZvc_dirZvt�version� r �-/usr/lib/python3.8/distutils/_msvccompiler.py�_find_vc2015 s2 � r"