/usr/lib/python3/dist-packages/setuptools/__pycache__
Edit: /usr/lib/python3/dist-packages/setuptools/__pycache__/msvc.cpython-310.pyc (42607B)
o
_a @ s d Z ddlZddlmZ ddlmZmZ ddlmZm Z m
Z
mZ ddlZddl
Z
ddlZddlZddlZddlZddlmZ ddlmZ dd lmZ e d
kr[ddlZddlmZ n
G dd
d
Ze ZeejjfZ zddl!m"Z" W n e y| Y nw dd Z#d/ddZ$dd Z%dd Z&dddddZ'dd Z(dd Z)d d! Z*d"d# Z+d0d%d&Z,G d'd( d(Z-G d)d* d*Z.G d+d, d,Z/G d-d. d.Z0dS )1a
Improved support for Microsoft Visual C++ compilers.
Known supported compilers:
--------------------------
Microsoft Visual C++ 9.0:
Microsoft Visual C++ Compiler for Python 2.7 (x86, amd64)
Microsoft Windows SDK 6.1 (x86, x64, ia64)
Microsoft Windows SDK 7.0 (x86, x64, ia64)
Microsoft Visual C++ 10.0:
Microsoft Windows SDK 7.1 (x86, x64, ia64)
Microsoft Visual C++ 14.X:
Microsoft Visual C++ Build Tools 2015 (x86, x64, arm)
Microsoft Visual Studio Build Tools 2017 (x86, x64, arm, arm64)
Microsoft Visual Studio Build Tools 2019 (x86, x64, arm, arm64)
This may also support compilers shipped with compatible Visual Studio versions.
N)open)listdirpathsep)joinisfileisdirdirname)
LegacyVersion)unique_everseen )
get_unpatchedWindows)environc @ s e Zd ZdZdZdZdZdS )winregN)__name__
__module____qualname__
HKEY_USERSHKEY_CURRENT_USERHKEY_LOCAL_MACHINEHKEY_CLASSES_ROOT r r 1/usr/lib/python3/dist-packages/setuptools/msvc.pyr + s
r )Regc C s d}|d| f }zt |d}W n# ty3 z|d| f }t |d}W n ty0 d}Y nw Y nw |rAt|d}t|rA|S tt| S )a
Patched "distutils.msvc9compiler.find_vcvarsall" to use the standalone
compiler build for Python
(VCForPython / Microsoft Visual C++ Compiler for Python 2.7).
Fall back to original behavior when the standalone compiler is not
available.
Redirect the path of "vcvarsall.bat".
Parameters
----------
version: float
Required Microsoft Visual C++ version.
Return
------
str
vcvarsall.bat path
z-Software\%sMicrosoft\DevDiv\VCForPython\%0.1f
installdirzWow6432Node\N
vcvarsall.bat)r get_valueKeyErrorr r r msvc9_find_vcvarsall)versionvc_basekey
productdir vcvarsallr r r r B s$
r x86c
O s zt t}|| |g|R i |W S tjjy Y n ty$ Y nw zt|| W S tjjyB } zt|| | d}~ww )ao
Patched "distutils.msvc9compiler.query_vcvarsall" for support extra
Microsoft Visual C++ 9.0 and 10.0 compilers.
Set environment without use of "vcvarsall.bat".
Parameters
----------
ver: float
Required Microsoft Visual C++ version.
arch: str
Target architecture.
Return
------
dict
environment
N) r msvc9_query_vcvarsall distutilserrorsDistutilsPlatformError
ValueErrorEnvironmentInfo
return_env_augment_exception)verarchargskwargsorigexcr r r r&