o
    i                     @   sN   d Z ddlZddlZejeZdd ZdZG dd dZ	ej
de	  dS )z?Patches that are applied at runtime to the virtual environment.    Nc                    s    | j j  fdd}|| j _dS )a  
    Distutils allows user to configure some arguments via a configuration file:
    https://docs.python.org/3.11/install/index.html#distutils-configuration-files.

    Some of this arguments though don't make sense in context of the virtual environment files, let's fix them up.
    c                    sj    | g|R i |}|  d}d|v rttjtjf|d< dD ]}d| }||v r2||d  q!|S )Ninstallprefix)purelibplatlibheadersscriptsdatainstall_)get_option_dictVIRTUALENV_PATCH_FILEospathabspathsysr   pop)selfargskwargsresultr   basekeyold_parse_config_files J/home/ubuntu/Irodori-TTS/.venv/lib/python3.10/site-packages/_virtualenv.pyparse_config_files   s   

z&patch_dist.<locals>.parse_config_filesN)Distributionr   )distr   r   r   r   
patch_dist	   s   r   )zdistutils.distzsetuptools.distc                   @   s:   e Zd ZdZdZg Zd	ddZedd Zedd Z	dS )
_FinderzGA meta path finder that allows patching the imported distutils modules.Nc              	   C   s2  |t v r| jd u rt| jdkrdd l}| }| j| ddlm} ddl	m
} | jd ` || _zO|||}|d ur~t|jd}	|	rGdnd}
t|j|
}|	rT| jn| j}||urqzt|j|
||| W n	 typ   Y nw |W d | _W  d    S W d | _nd | _w W d    d S 1 sw   Y  d S )Nr   )partial)	find_specexec_moduleload_module)_DISTUTILS_PATCHfullnamelenlock	threadingLockappend	functoolsr    importlib.utilr!   hasattrloadergetattrr"   r#   setattrAttributeError)r   r%   r   targetr(   r'   r    r!   spec
is_new_api	func_nameoldfuncr   r   r   r!   2   s>   

z_Finder.find_specc                 C   s"   | | |j tv rt| d S d S N__name__r$   r   )r6   moduler   r   r   r"   W   s   
z_Finder.exec_modulec                 C   s   | |}|j tv rt| |S r8   r9   )r6   namer;   r   r   r   r#   ]   s   
z_Finder.load_moduler8   )
r:   
__module____qualname____doc__r%   r'   r!   staticmethodr"   r#   r   r   r   r   r   (   s    
%
r   )r?   r   r   r   join__file__r   r   r$   r   	meta_pathinsertr   r   r   r   <module>   s    =