�
�WcU � � � d Z ddlZddlZddlZg d�ZdZdZdZdd�Zdd �Z d
� Z
dad� Zda
d� Zd
� Zd� Zdad� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� ZdS )zShared OS X support functions.� N)�compiler_fixup�customize_config_vars�customize_compiler�get_platform_osx)
�CFLAGS�LDFLAGS�CPPFLAGS�
BASECFLAGS� BLDSHARED�LDSHARED�CC�CXX� PY_CFLAGS�
PY_LDFLAGS�PY_CPPFLAGS�PY_CORE_CFLAGS�PY_CORE_LDFLAGS)r r r
r �_OSX_SUPPORT_INITIAL_c �� � |�t j d }|j t j � }t j j | � \ }}t j dk r|dk r| dz } t j j | � sO|D ]I }t j j || � }t j j |� s�G|c S dS | S )z�Tries to find 'executable' in the directories listed in 'path'.
A string listing directories separated by 'os.pathsep'; defaults to
os.environ['PATH']. Returns the complete filename or None if not found.
N�PATH�win32z.exe)
�os�environ�split�pathsep�path�splitext�sys�platform�isfile�join)�
executabler �paths�base�ext�p�fs �%/usr/lib64/python3.12/_osx_support.py�_find_executabler) s� � � �|��z�z�&�!���J�J�r�z�z�"�E���� � ��,�I�D�#�������c�V�m�m��&�(�
�
�7�7�>�>�*�%�%�� � �A������Q�
�+�A��w�w�~�~�a� � �������t��� Fc �� � ddl } ddl}|j � }|j |� 5 }|r| �d|j �d�}n| �d|j �d�}t j |� s0|j � j d � j � ndcddd� S # t $ r( t dt j � ��d� }Y ��w xY w# 1 sw Y dS xY w)
z0Output from successful command execution or Noner Nz/tmp/_osx_support.zw+bz >'z' 2>&1z 2>/dev/null >'�'�utf-8)
�
contextlib�tempfile�NamedTemporaryFile�ImportError�openr �getpid�closing�name�system�read�decode�strip)�
commandstring�capture_stderrr. r/